diff options
Diffstat (limited to 'sys/compat/sunos/sunos_syscall.h')
-rw-r--r-- | sys/compat/sunos/sunos_syscall.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/sunos/sunos_syscall.h b/sys/compat/sunos/sunos_syscall.h index f1f9518267b..66f7107d64c 100644 --- a/sys/compat/sunos/sunos_syscall.h +++ b/sys/compat/sunos/sunos_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.5 1996/08/25 12:19:58 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.6 1997/01/26 23:52:03 downsj Exp */ #define SUNOS_SYS_syscall 0 @@ -21,7 +21,7 @@ /* 13 is obsolete time */ #define SUNOS_SYS_mknod 14 #define SUNOS_SYS_chmod 15 -#define SUNOS_SYS_chown 16 +#define SUNOS_SYS_lchown 16 #define SUNOS_SYS_break 17 /* 18 is obsolete stat */ #define SUNOS_SYS_lseek 19 |