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_syscalls.c | |
parent | 457ef0ff94217f6c6731b8571aeb871aaf243adf (diff) |
regen
Diffstat (limited to 'sys/compat/netbsd/netbsd_syscalls.c')
-rw-r--r-- | sys/compat/netbsd/netbsd_syscalls.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/netbsd/netbsd_syscalls.c b/sys/compat/netbsd/netbsd_syscalls.c index 973e5ce4c34..e515b81b4f7 100644 --- a/sys/compat/netbsd/netbsd_syscalls.c +++ b/sys/compat/netbsd/netbsd_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: netbsd_syscalls.c,v 1.7 1999/09/17 13:42:35 kstailey Exp $ */ +/* $OpenBSD: netbsd_syscalls.c,v 1.8 1999/09/17 15:04:47 kstailey Exp $ */ /* * System call names. * * 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 */ char *netbsd_syscallnames[] = { @@ -356,9 +356,9 @@ char *netbsd_syscallnames[] = { "#271 (unimplemented)", /* 271 = unimplemented */ "getdents", /* 272 = getdents */ "minherit", /* 273 = minherit */ - "#274 (unimplemented)", /* 274 = unimplemented */ + "lchmod", /* 274 = lchmod */ "lchown", /* 275 = lchown */ - "#276 (unimplemented)", /* 276 = unimplemented */ + "lutimes", /* 276 = lutimes */ "msync", /* 277 = msync */ "__stat13", /* 278 = __stat13 */ "__fstat13", /* 279 = __fstat13 */ |