diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-05-11 19:45:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-05-11 19:45:19 +0000 |
commit | 5b93d89c14196992bb9520e5090c896742a22784 (patch) | |
tree | 25a8c381076f8a3f38a54aeec5bb66ce0d1a971c /sys/compat | |
parent | d6d7c738346239a3c708dc0978911e106ff464ef (diff) |
finish compat swapon cleanup
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/netbsd/syscalls.master | 4 | ||||
-rw-r--r-- | sys/compat/sunos/syscalls.master | 4 | ||||
-rw-r--r-- | sys/compat/ultrix/syscalls.master | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/compat/netbsd/syscalls.master b/sys/compat/netbsd/syscalls.master index f38a2cac44c..506be6f8809 100644 --- a/sys/compat/netbsd/syscalls.master +++ b/sys/compat/netbsd/syscalls.master @@ -1,4 +1,4 @@ -; $OpenBSD: syscalls.master,v 1.19 2003/04/30 22:02:56 miod Exp $ +; $OpenBSD: syscalls.master,v 1.20 2003/05/11 19:45:18 deraadt Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -193,7 +193,7 @@ const struct itimerval *itv, \ struct itimerval *oitv); } 84 NOARGS { int compat_43_sys_wait(void); } owait -85 NOARGS { int sys_swapon(const char *name); } +85 NOARGS { int compat_25_sys_swapon(const char *name); } 86 NOARGS { int sys_getitimer(int which, \ struct itimerval *itv); } 87 NOARGS { int compat_43_sys_gethostname(char *hostname, \ diff --git a/sys/compat/sunos/syscalls.master b/sys/compat/sunos/syscalls.master index 9bd3b661039..d74b29ca778 100644 --- a/sys/compat/sunos/syscalls.master +++ b/sys/compat/sunos/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.13 2003/01/30 03:29:49 millert Exp $ + $OpenBSD: syscalls.master,v 1.14 2003/05/11 19:45:18 deraadt Exp $ ; $NetBSD: syscalls.master,v 1.33 1996/02/28 16:05:43 pk Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -143,7 +143,7 @@ 83 NOARGS { int sys_setitimer(u_int which, \ struct itimerval *itv, struct itimerval *oitv); } 84 UNIMPL { int sunos_sys_wait(void); } -85 NOARGS { int sys_swapon(char *name); } +85 NOARGS { int compat_25_sys_swapon(char *name); } 86 NOARGS { int sys_getitimer(u_int which, \ struct itimerval *itv); } 87 NOARGS { int compat_43_sys_gethostname(char *hostname, \ diff --git a/sys/compat/ultrix/syscalls.master b/sys/compat/ultrix/syscalls.master index 86275bacc06..cddee1dca83 100644 --- a/sys/compat/ultrix/syscalls.master +++ b/sys/compat/ultrix/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.8 2003/01/30 03:29:49 millert Exp $ + $OpenBSD: syscalls.master,v 1.9 2003/05/11 19:45:18 deraadt Exp $ ; $NetBSD: syscalls.master,v 1.15 1996/01/07 13:38:57 jonathan Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -136,7 +136,7 @@ struct itimerval *itv, struct itimerval *oitv); } 84 STD { int ultrix_sys_wait3(int *status, int options, \ struct rusage *rusage);} -85 NOARGS { int sys_swapon(char *name); } +85 NOARGS { int compat_25_sys_swapon(char *name); } 86 NOARGS { int sys_getitimer(u_int which, \ struct itimerval *itv); } 87 NOARGS { int compat_43_sys_gethostname(char *hostname, \ |