now need sunos_sys_swapon() as ours is different.
This commit is contained in:
parent
1258c8d25b
commit
aabc4f2396
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: syscalls.master,v 1.39 1997/01/31 02:18:56 thorpej Exp $
|
||||
$NetBSD: syscalls.master,v 1.40 1997/06/12 19:01:02 mrg Exp $
|
||||
|
||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
|
||||
|
@ -138,7 +138,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 STD { int sunos_sys_swapon(char *name); }
|
||||
86 NOARGS { int sys_getitimer(u_int which, \
|
||||
struct itimerval *itv); }
|
||||
87 NOARGS { int compat_43_sys_gethostname(char *hostname, \
|
||||
|
|
Loading…
Reference in New Issue