summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_syscall.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-19 15:40:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-19 15:40:31 +0000
commitc570f8073ee1d4f21ec80a9f0709816a1dfa8969 (patch)
treefe0a2c7c1ed6bd809a88f04e55684b00a0dbb3df /sys/compat/svr4/svr4_syscall.h
parent0a3dfa6333989e63098121e4b2c4f6255ade0b39 (diff)
from christos; add utime() and utimes()
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