for now, leave swapon(8) in place.

This commit is contained in:
mrg 1997-06-12 21:41:56 +00:00
parent ddfaeab080
commit abe622f20b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.50 1997/06/12 14:23:46 mrg Exp $
$NetBSD: syscalls.master,v 1.51 1997/06/12 21:41:56 mrg Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@ -166,7 +166,7 @@
const struct itimerval *itv, \
struct itimerval *oitv); }
84 COMPAT_43 { int sys_wait(void); } owait
85 COMPAT_12 { int sys_swapon(const char *name); } oswapon
85 STD { int sys_swapon(const char *name); }
86 STD { int sys_getitimer(u_int which, \
struct itimerval *itv); }
87 COMPAT_43 { int sys_gethostname(char *hostname, u_int len); } \