summaryrefslogtreecommitdiff
path: root/sys/compat/sunos/sunos_syscall.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-03-23 06:54:18 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-03-23 06:54:18 +0000
commita43d92eade7bbe59e89dc6c8fbc448a77b3a1068 (patch)
tree31b5441ab202021933f6027cd8e9817a0fa7faf0 /sys/compat/sunos/sunos_syscall.h
parent865e76bc5e55662c5383f0411ddb9ae5ce9644d9 (diff)
Emulate otimes(2)
Diffstat (limited to 'sys/compat/sunos/sunos_syscall.h')
-rw-r--r--sys/compat/sunos/sunos_syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/sunos/sunos_syscall.h b/sys/compat/sunos/sunos_syscall.h
index c030d075794..84315240beb 100644
--- a/sys/compat/sunos/sunos_syscall.h
+++ b/sys/compat/sunos/sunos_syscall.h
@@ -38,6 +38,7 @@
#define SUNOS_SYS_lstat 40
#define SUNOS_SYS_dup 41
#define SUNOS_SYS_pipe 42
+#define SUNOS_SYS_otimes 43
#define SUNOS_SYS_profil 44
#define SUNOS_SYS_setgid 46
#define SUNOS_SYS_getgid 47