summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/svr4/svr4_syscalls.c')
-rw-r--r--sys/compat/svr4/svr4_syscalls.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c
index 23cf2595df6..90cd4866f32 100644
--- a/sys/compat/svr4/svr4_syscalls.c
+++ b/sys/compat/svr4/svr4_syscalls.c
@@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.16 1997/08/29 20:15:07 kstailey Exp
+ * created from OpenBSD: syscalls.master,v 1.17 1997/08/29 20:36:13 kstailey Exp
*/
char *svr4_syscallnames[] = {
@@ -270,6 +270,11 @@ char *svr4_syscallnames[] = {
"getsockopt", /* 245 = getsockopt */
"setsockopt", /* 246 = setsockopt */
"#247 (unimplemented sockconfig)", /* 247 = unimplemented sockconfig */
+#ifdef NTP
+ "ntp_gettime", /* 248 = ntp_gettime */
+ "ntp_adjtime", /* 249 = ntp_adjtime */
+#else
"#248 (unimplemented ntp_gettime)", /* 248 = unimplemented ntp_gettime */
"#249 (unimplemented ntp_adjtime)", /* 249 = unimplemented ntp_adjtime */
+#endif
};