summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/svr4/svr4_syscall.h')
-rw-r--r--sys/compat/svr4/svr4_syscall.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h
index ed736807598..4b6675b1ca1 100644
--- a/sys/compat/svr4/svr4_syscall.h
+++ b/sys/compat/svr4/svr4_syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* 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
*/
#define SVR4_SYS_syscall 0
@@ -30,6 +30,7 @@
#define SVR4_SYS_getuid 24
#define SVR4_SYS_alarm 27
#define SVR4_SYS_fstat 28
+#define SVR4_SYS_utime 30
#define SVR4_SYS_access 33
#define SVR4_SYS_sync 36
#define SVR4_SYS_kill 37
@@ -106,6 +107,7 @@
#define SVR4_SYS_systeminfo 139
#define SVR4_SYS_seteuid 141
#define SVR4_SYS_fchroot 153
+#define SVR4_SYS_utimes 154
#define SVR4_SYS_vhangup 155
#define SVR4_SYS_gettimeofday 156
#define SVR4_SYS_getitimer 157