diff options
Diffstat (limited to 'sys/compat/ultrix/ultrix_syscall.h')
-rw-r--r-- | sys/compat/ultrix/ultrix_syscall.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/ultrix/ultrix_syscall.h b/sys/compat/ultrix/ultrix_syscall.h index 6c17dea49b2..2ca4cec9099 100644 --- a/sys/compat/ultrix/ultrix_syscall.h +++ b/sys/compat/ultrix/ultrix_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:20:00 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.6 1997/01/26 23:52:04 downsj Exp */ #define ULTRIX_SYS_syscall 0 @@ -21,7 +21,7 @@ /* 13 is obsolete time */ #define ULTRIX_SYS_mknod 14 #define ULTRIX_SYS_chmod 15 -#define ULTRIX_SYS_chown 16 +#define ULTRIX_SYS_lchown 16 #define ULTRIX_SYS_break 17 /* 18 is obsolete stat */ #define ULTRIX_SYS_lseek 19 |