diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-13 18:38:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-13 18:38:11 +0000 |
commit | 3ddfd7de2d542f3c51c91d0225423f44f7fe101a (patch) | |
tree | 8d0aa1b6583aaf281ae35c3d47b57ed733accf3c /sys/compat/freebsd/freebsd_syscallargs.h | |
parent | 794ce5f22b8dbaa4f1e0221b157364f627e07ee3 (diff) |
sync
Diffstat (limited to 'sys/compat/freebsd/freebsd_syscallargs.h')
-rw-r--r-- | sys/compat/freebsd/freebsd_syscallargs.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h index 1ad3cdb2432..7c6c498279d 100644 --- a/sys/compat/freebsd/freebsd_syscallargs.h +++ b/sys/compat/freebsd/freebsd_syscallargs.h @@ -2,7 +2,7 @@ * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.7 1997/11/13 07:35:38 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.8 1997/11/13 18:35:23 deraadt Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -118,12 +118,6 @@ struct freebsd_sys_chroot_args { syscallarg(char *) path; }; -struct freebsd_sys_msync_args { - syscallarg(caddr_t) addr; - syscallarg(size_t) len; - syscallarg(int) flags; -}; - struct freebsd_sys_sigreturn_args { syscallarg(struct freebsd_sigcontext *) scp; }; @@ -274,7 +268,7 @@ int freebsd_sys_chroot __P((struct proc *, void *, register_t *)); int compat_43_sys_fstat __P((struct proc *, void *, register_t *)); int compat_43_sys_getkerninfo __P((struct proc *, void *, register_t *)); int compat_43_sys_getpagesize __P((struct proc *, void *, register_t *)); -int freebsd_sys_msync __P((struct proc *, void *, register_t *)); +int sys_msync __P((struct proc *, void *, register_t *)); int sys_vfork __P((struct proc *, void *, register_t *)); int sys_sbrk __P((struct proc *, void *, register_t *)); int sys_sstk __P((struct proc *, void *, register_t *)); |