diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-05-10 17:53:59 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-05-10 17:53:59 +0000 |
commit | c4c9bf1696f90cb2e79d52d4a4afa807f6b629e2 (patch) | |
tree | f80accda628997cd4d6ad8d779922a6a48f0d48f /sys/compat/linux | |
parent | 47790a2a1ac318adfbe4ddf3d304cdf0272c2d76 (diff) |
Deprecate the swapon system call and move it to COMPAT_25 land, since swapctl
has been introduced for this release.
ok deraadt@ weingart@
Diffstat (limited to 'sys/compat/linux')
-rw-r--r-- | sys/compat/linux/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/syscalls.master b/sys/compat/linux/syscalls.master index 7e08a7175f2..da7e10bf65b 100644 --- a/sys/compat/linux/syscalls.master +++ b/sys/compat/linux/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.36 2002/10/30 20:10:48 millert Exp $ + $OpenBSD: syscalls.master,v 1.37 2003/05/10 17:53:57 miod Exp $ ; $NetBSD: syscalls.master,v 1.15 1995/12/18 14:35:10 fvdl Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -155,7 +155,7 @@ 85 STD { int linux_sys_readlink(char *name, char *buf, \ int count); } 86 STD { int linux_sys_uselib(char *path); } -87 NOARGS { int sys_swapon(char *name); } +87 NOARGS { int compat_25_sys_swapon(char *name); } 88 NOARGS { int sys_reboot(int opt); } 89 STD { int linux_sys_readdir(int fd, caddr_t dent, \ unsigned int count); } |