Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D579
Change Details
Change Details
Old
New
Diff
On MacOS X, time_t is a typedef for long. In order to compile `bitcoin-seeder` on MacOS X we need specializations for long in order to read and write the AddrDB.
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.
On MacOS X, time_t is a typedef for long. In order to compile `bitcoin-seeder` on MacOS X we need
specializations
to not
for long in order to read
use time_t,
and
write the AddrDB
instead use int64_t
.
Continue