diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1999-09-17 15:04:49 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1999-09-17 15:04:49 +0000 |
commit | 6f623063536af3e26395860b13502e5c9d6d631b (patch) | |
tree | c2f8a93f27e62596e2c15995480712e3adbfeeed /sys/compat/netbsd/netbsd_syscall.h | |
parent | 457ef0ff94217f6c6731b8571aeb871aaf243adf (diff) |
regen
Diffstat (limited to 'sys/compat/netbsd/netbsd_syscall.h')
-rw-r--r-- | sys/compat/netbsd/netbsd_syscall.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/compat/netbsd/netbsd_syscall.h b/sys/compat/netbsd/netbsd_syscall.h index a06dcbf4e30..b937180ea43 100644 --- a/sys/compat/netbsd/netbsd_syscall.h +++ b/sys/compat/netbsd/netbsd_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: netbsd_syscall.h,v 1.7 1999/09/17 13:42:35 kstailey Exp $ */ +/* $OpenBSD: netbsd_syscall.h,v 1.8 1999/09/17 15:04:47 kstailey Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.7 1999/09/17 13:41:29 kstailey Exp + * created from; OpenBSD: syscalls.master,v 1.8 1999/09/17 15:03:18 kstailey Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ @@ -631,9 +631,15 @@ /* syscall: "minherit" ret: "int" args: "void *" "size_t" "int" */ #define NETBSD_SYS_minherit 273 +/* syscall: "lchmod" ret: "int" args: "const char *" "mode_t" */ +#define NETBSD_SYS_lchmod 274 + /* syscall: "lchown" ret: "int" args: "const char *" "uid_t" "gid_t" */ #define NETBSD_SYS_lchown 275 +/* syscall: "lutimes" ret: "int" args: "const char *" "const struct timeval *" */ +#define NETBSD_SYS_lutimes 276 + /* syscall: "msync" ret: "int" args: "void *" "size_t" "int" */ #define NETBSD_SYS_msync 277 |