[ntpsec commit] Clear out a remnant of the syscall crud.
Eric S. Raymond
esr at ntpsec.org
Wed Sep 30 21:53:47 UTC 2015
Module: ntpsec
Branch: master
Commit: f5c37882400beb803514c9f32ee1c581865529c7
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=f5c37882400beb803514c9f32ee1c581865529c7
Author: Eric S. Raymond <esr at thyrsus.com>
Date: Wed Sep 30 17:53:25 2015 -0400
Clear out a remnant of the syscall crud.
---
include/ntp_machine.h | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/include/ntp_machine.h b/include/ntp_machine.h
index 49f8207..9f869bd 100644
--- a/include/ntp_machine.h
+++ b/include/ntp_machine.h
@@ -61,15 +61,6 @@ int ntp_set_tod (struct timeval *tvp, void *tzp);
}
#endif /* NO_MAIN_ALLOWED */
-#ifdef NTP_SYSCALLS_STD
-# ifndef NTP_SYSCALL_GET
-# define NTP_SYSCALL_GET 235
-# endif
-# ifndef NTP_SYSCALL_ADJ
-# define NTP_SYSCALL_ADJ 236
-# endif
-#endif /* NTP_SYSCALLS_STD */
-
#ifdef HAVE_RTPRIO
# define HAVE_NO_NICE
#endif
More information about the vc
mailing list