diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-05-10 17:55:58 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-05-10 17:55:58 +0000 |
commit | e637e1939dd468ce0ae65cd4e8deb67f5cd57ff4 (patch) | |
tree | 6a5e9ea4355c93381d2e29b71d23c20de0b667f8 /sys/compat/freebsd/freebsd_syscallargs.h | |
parent | c4c9bf1696f90cb2e79d52d4a4afa807f6b629e2 (diff) |
Regen
Diffstat (limited to 'sys/compat/freebsd/freebsd_syscallargs.h')
-rw-r--r-- | sys/compat/freebsd/freebsd_syscallargs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h index e18b7e95a15..a6ff5a18898 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.23 2003/01/30 03:32:44 millert Exp $ */ +/* $OpenBSD: freebsd_syscallargs.h,v 1.24 2003/05/10 17:55:56 miod Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.20 2003/01/30 03:29:49 millert Exp + * created from OpenBSD: syscalls.master,v 1.21 2003/05/10 17:53:57 miod Exp */ #ifdef syscallarg @@ -342,7 +342,7 @@ int sys_getpgrp(struct proc *, void *, register_t *); int sys_setpgid(struct proc *, void *, register_t *); int sys_setitimer(struct proc *, void *, register_t *); int compat_43_sys_wait(struct proc *, void *, register_t *); -int sys_swapon(struct proc *, void *, register_t *); +int compat_25_sys_swapon(struct proc *, void *, register_t *); int sys_getitimer(struct proc *, void *, register_t *); int compat_43_sys_gethostname(struct proc *, void *, register_t *); int compat_43_sys_sethostname(struct proc *, void *, register_t *); |