diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-08-29 20:45:28 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-08-29 20:45:28 +0000 |
commit | 2723274c5d03601136758ab9fa17c0c4ee96574d (patch) | |
tree | c698943d6c9dd952148ed9ea16fcf4a6a6250acb /sys/compat/svr4/svr4_sysent.c | |
parent | 184dadc077288865cd826c567a64543547188eb8 (diff) |
regen for prefix ntp system calls with sys_ like other system calls
Diffstat (limited to 'sys/compat/svr4/svr4_sysent.c')
-rw-r--r-- | sys/compat/svr4/svr4_sysent.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c index d3ce8b0b8cc..82d42bc7eea 100644 --- a/sys/compat/svr4/svr4_sysent.c +++ b/sys/compat/svr4/svr4_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.17 1997/08/29 20:36:13 kstailey Exp + * created from OpenBSD: syscalls.master,v 1.18 1997/08/29 20:44:26 kstailey Exp */ #include <sys/param.h> @@ -556,10 +556,10 @@ struct sysent svr4_sysent[] = { { 0, 0, sys_nosys }, /* 247 = unimplemented sockconfig */ #ifdef NTP - { 1, s(struct ntp_gettime_args), - ntp_gettime }, /* 248 = ntp_gettime */ - { 1, s(struct ntp_adjtime_args), - ntp_adjtime }, /* 249 = ntp_adjtime */ + { 1, s(struct sys_ntp_gettime_args), + sys_ntp_gettime }, /* 248 = ntp_gettime */ + { 1, s(struct sys_ntp_adjtime_args), + sys_ntp_adjtime }, /* 249 = ntp_adjtime */ #else { 0, 0, sys_nosys }, /* 248 = unimplemented ntp_gettime */ |