diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-06-17 20:42:33 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-06-17 20:42:33 +0000 |
commit | 7bccf3aaa9b367d3e3d0b6403e5fdf6fd7052b30 (patch) | |
tree | 05b13c610b4f4f8b21408522aace98c03a33eb7a /sys/compat/netbsd | |
parent | be7004e483155fec9dc1404ce22b9bf05c193127 (diff) |
regen
Diffstat (limited to 'sys/compat/netbsd')
-rw-r--r-- | sys/compat/netbsd/netbsd_syscall.h | 7 | ||||
-rw-r--r-- | sys/compat/netbsd/netbsd_syscallargs.h | 5 | ||||
-rw-r--r-- | sys/compat/netbsd/netbsd_syscalls.c | 6 |
3 files changed, 7 insertions, 11 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 diff --git a/sys/compat/netbsd/netbsd_syscallargs.h b/sys/compat/netbsd/netbsd_syscallargs.h index 5817c70b150..550d534eaf5 100644 --- a/sys/compat/netbsd/netbsd_syscallargs.h +++ b/sys/compat/netbsd/netbsd_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: netbsd_syscallargs.h,v 1.26 2004/07/13 21:06:33 millert Exp $ */ +/* $OpenBSD: netbsd_syscallargs.h,v 1.27 2005/06/17 20:42:31 millert Exp $ */ /* * System call argument lists. * * 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 */ #ifdef syscallarg @@ -439,7 +439,6 @@ int sys_ftruncate(struct proc *, void *, register_t *); int sys___sysctl(struct proc *, void *, register_t *); int sys_mlock(struct proc *, void *, register_t *); int sys_munlock(struct proc *, void *, register_t *); -int sys_undelete(struct proc *, void *, register_t *); int sys_futimes(struct proc *, void *, register_t *); int sys_getpgid(struct proc *, void *, register_t *); int sys_xfspioctl(struct proc *, void *, register_t *); diff --git a/sys/compat/netbsd/netbsd_syscalls.c b/sys/compat/netbsd/netbsd_syscalls.c index a914c12f66b..db9f2b44f48 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.25 2004/07/13 21:06:33 millert Exp $ */ +/* $OpenBSD: netbsd_syscalls.c,v 1.26 2005/06/17 20:42:31 millert Exp $ */ /* * System call names. * * 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 */ char *netbsd_syscallnames[] = { @@ -264,7 +264,7 @@ char *netbsd_syscallnames[] = { "__sysctl", /* 202 = __sysctl */ "mlock", /* 203 = mlock */ "munlock", /* 204 = munlock */ - "undelete", /* 205 = undelete */ + "#205 (unimplemented sys_undelete)", /* 205 = unimplemented sys_undelete */ "futimes", /* 206 = futimes */ "getpgid", /* 207 = getpgid */ "xfspioctl", /* 208 = xfspioctl */ |