pkgsrc/mbone/dbeacon
he 54a079d607 Re-do the get_timestamp() patch to instead of calling times() use
gettimeofday() directly.  With a 32-bit clock_t and a 100Hz tick,
times() will wrap once every 497 days if my math isn't too far off,
and this will land us in an assert() in dbeacon and with a core dump.
So instead use gettimeofday() and save 2 x getrusage() per earlier
times() call.  Retain some protection against gettimeofday() failing.
Bump PKGREVISION.
2015-01-13 20:25:13 +00:00
..
patches Re-do the get_timestamp() patch to instead of calling times() use 2015-01-13 20:25:13 +00:00
DESCR
distinfo Re-do the get_timestamp() patch to instead of calling times() use 2015-01-13 20:25:13 +00:00
Makefile Re-do the get_timestamp() patch to instead of calling times() use 2015-01-13 20:25:13 +00:00
PLIST