diff options
Diffstat (limited to 'sys/compat/svr4/svr4_syscalls.c')
-rw-r--r-- | sys/compat/svr4/svr4_syscalls.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c index 3998cdb8eee..d6b687c1225 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 NetBSD: syscalls.master,v 1.14 1995/10/14 20:25:06 christos Exp + * created from NetBSD: syscalls.master,v 1.15 1995/12/19 07:13:27 christos Exp */ char *svr4_syscallnames[] = { @@ -36,7 +36,7 @@ char *svr4_syscallnames[] = { "alarm", /* 27 = alarm */ "fstat", /* 28 = fstat */ "#29 (unimplemented pause)", /* 29 = unimplemented pause */ - "#30 (unimplemented utime)", /* 30 = unimplemented utime */ + "utime", /* 30 = utime */ "#31 (unimplemented was stty)", /* 31 = unimplemented was stty */ "#32 (unimplemented was gtty)", /* 32 = unimplemented was gtty */ "access", /* 33 = access */ @@ -172,7 +172,7 @@ char *svr4_syscallnames[] = { "#151 (unimplemented)", /* 151 = unimplemented */ "#152 (unimplemented modctl)", /* 152 = unimplemented modctl */ "fchroot", /* 153 = fchroot */ - "#154 (unimplemented utimes)", /* 154 = unimplemented utimes */ + "utimes", /* 154 = utimes */ "vhangup", /* 155 = vhangup */ "gettimeofday", /* 156 = gettimeofday */ "getitimer", /* 157 = getitimer */ |