diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-23 06:54:18 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-23 06:54:18 +0000 |
commit | a43d92eade7bbe59e89dc6c8fbc448a77b3a1068 (patch) | |
tree | 31b5441ab202021933f6027cd8e9817a0fa7faf0 /sys/compat/sunos/sunos_syscall.h | |
parent | 865e76bc5e55662c5383f0411ddb9ae5ce9644d9 (diff) |
Emulate otimes(2)
Diffstat (limited to 'sys/compat/sunos/sunos_syscall.h')
-rw-r--r-- | sys/compat/sunos/sunos_syscall.h | 1 |
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 |