diff options
Diffstat (limited to 'sys/compat/netbsd/netbsd_syscall.h')
-rw-r--r-- | sys/compat/netbsd/netbsd_syscall.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/compat/netbsd/netbsd_syscall.h b/sys/compat/netbsd/netbsd_syscall.h index ef35366847d..7dbd1b5f458 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.25 2004/07/13 21:06:33 millert Exp $ */ +/* $OpenBSD: netbsd_syscall.h,v 1.26 2005/06/17 20:42:31 millert Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.24 2004/07/13 21:04:29 millert Exp + * created from; OpenBSD: syscalls.master,v 1.25 2005/06/17 20:39:14 millert Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ @@ -553,9 +553,6 @@ /* syscall: "munlock" ret: "int" args: "const void *" "size_t" */ #define NETBSD_SYS_munlock 204 -/* syscall: "undelete" ret: "int" args: "const char *" */ -#define NETBSD_SYS_undelete 205 - /* syscall: "futimes" ret: "int" args: "int" "const struct timeval *" */ #define NETBSD_SYS_futimes 206 |