summaryrefslogtreecommitdiff
path: root/sys/compat/freebsd/freebsd_syscallargs.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2005-06-17 20:42:33 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2005-06-17 20:42:33 +0000
commit7bccf3aaa9b367d3e3d0b6403e5fdf6fd7052b30 (patch)
tree05b13c610b4f4f8b21408522aace98c03a33eb7a /sys/compat/freebsd/freebsd_syscallargs.h
parentbe7004e483155fec9dc1404ce22b9bf05c193127 (diff)
regen
Diffstat (limited to 'sys/compat/freebsd/freebsd_syscallargs.h')
-rw-r--r--sys/compat/freebsd/freebsd_syscallargs.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h
index 3e2311d37d8..d5d75cb7233 100644
--- a/sys/compat/freebsd/freebsd_syscallargs.h
+++ b/sys/compat/freebsd/freebsd_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: freebsd_syscallargs.h,v 1.30 2005/02/19 21:20:49 matthieu Exp $ */
+/* $OpenBSD: freebsd_syscallargs.h,v 1.31 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.27 2005/02/19 21:19:28 matthieu Exp
+ * created from OpenBSD: syscalls.master,v 1.28 2005/06/17 20:39:14 millert Exp
*/
#ifdef syscallarg
@@ -222,10 +222,6 @@ struct freebsd_sys_truncate_args {
syscallarg(off_t) length;
};
-struct freebsd_sys_undelete_args {
- syscallarg(char *) path;
-};
-
struct freebsd_sys_poll2_args {
syscallarg(struct pollfd *) fds;
syscallarg(unsigned long) nfds;
@@ -471,10 +467,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 *);
-#ifdef FREEBSD_BASED_ON_44LITE_R2
-int freebsd_sys_undelete(struct proc *, void *, register_t *);
-#else
-#endif
int sys_getpgid(struct proc *, void *, register_t *);
int sys_poll(struct proc *, void *, register_t *);
#ifdef SYSVSEM