From abe622f20bde5c565d3441a9810bf9d84815f4b8 Mon Sep 17 00:00:00 2001 From: mrg Date: Thu, 12 Jun 1997 21:41:56 +0000 Subject: [PATCH] for now, leave swapon(8) in place. --- sys/kern/syscalls.master | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 6514e26b3da9..38dc55e67f3b 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -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); } \