openbsd-ports/mbone/vic/patches/patch-ah
angelos 25fa1f12ec Fix almost all the warnings (which were non-critical anyway); port
left marked broken for someone else to verify.
1999-10-30 21:54:52 +00:00

12 lines
344 B
Plaintext

--- ntp-time.h.orig Sat Oct 30 17:27:06 1999
+++ ntp-time.h Sat Oct 30 17:30:38 1999
@@ -55,7 +55,7 @@
/*
* Number of seconds between 1-Jan-1900 and 1-Jan-1970
*/
-#define GETTIMEOFDAY_TO_NTP_OFFSET 2208988800
+#define GETTIMEOFDAY_TO_NTP_OFFSET (22089888 * 100)
/*
* Return a 64-bit ntp timestamp (UTC time relative to Jan 1, 1970).