HomePhabricator

Update seeder to use int64_t instead of time_t for Darwin
5223ee075e1bUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Update seeder to use int64_t instead of time_t for Darwin

Summary:
On MacOS X, time_t is a typedef for long. In order to
compile bitcoin-seeder on MacOS X we need to not
use time_t, and instead use int64_t.

Test Plan: make VERBOSE=1 check

Reviewers: kyuupichan, deadalnix, freetrader, #bitcoin_abc

Reviewed By: kyuupichan, deadalnix, #bitcoin_abc

Subscribers: zquestz

Differential Revision: https://reviews.bitcoinabc.org/D579

Details

Provenance
schancelAuthored on Oct 4 2017, 10:53
deadalnixCommitted on Oct 4 2017, 10:53
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Reviewer
Restricted Project
Differential Revision
D579: Update seeder to use int64_t instead of time_t for Darwin
Parents
rSTAGING02434a9f3f4b: Use cinttypes
Branches
Unknown
Tags
Unknown