Fix a typo inherited from kern/syscalls.master.
This commit is contained in:
parent
3a2dfc05e9
commit
68fb837229
@ -1,4 +1,4 @@
|
||||
$NetBSD: syscalls.master,v 1.9 1997/10/10 01:55:33 enami Exp $
|
||||
$NetBSD: syscalls.master,v 1.10 1997/10/15 17:18:17 mycroft Exp $
|
||||
|
||||
; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
|
||||
|
||||
@ -256,9 +256,9 @@
|
||||
143 NOARGS { int compat_43_sys_sethostid(int32_t hostid); } \
|
||||
osethostid
|
||||
144 NOARGS { int compat_43_sys_getrlimit(u_int which, \
|
||||
struct ogetrlimit *rlp); } ogetrlimit
|
||||
struct orlimit *rlp); } ogetrlimit
|
||||
145 NOARGS { int compat_43_sys_setrlimit(u_int which, \
|
||||
struct ogetrlimit *rlp); } osetrlimit
|
||||
struct orlimit *rlp); } osetrlimit
|
||||
146 NOARGS { int compat_43_sys_killpg(int pgid, int signum); } \
|
||||
okillpg
|
||||
147 NOARGS { int sys_setsid(void); }
|
||||
|
@ -1,4 +1,4 @@
|
||||
$NetBSD: syscalls.master,v 1.13 1997/03/16 03:48:04 thorpej Exp $
|
||||
$NetBSD: syscalls.master,v 1.14 1997/10/15 17:18:29 mycroft Exp $
|
||||
|
||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
|
||||
@ -210,9 +210,9 @@
|
||||
142 UNIMPL
|
||||
143 UNIMPL
|
||||
144 STD { int hpux_sys_getrlimit(u_int which, \
|
||||
struct ogetrlimit *rlp); }
|
||||
struct orlimit *rlp); }
|
||||
145 STD { int hpux_sys_setrlimit(u_int which, \
|
||||
struct ogetrlimit *rlp); }
|
||||
struct orlimit *rlp); }
|
||||
146 UNIMPL
|
||||
147 UNIMPL
|
||||
148 UNIMPL
|
||||
|
@ -1,4 +1,4 @@
|
||||
$NetBSD: syscalls.master,v 1.19 1997/10/10 06:25:36 mycroft Exp $
|
||||
$NetBSD: syscalls.master,v 1.20 1997/10/15 17:18:38 mycroft Exp $
|
||||
|
||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
|
||||
@ -129,9 +129,9 @@
|
||||
74 NOARGS { int compat_43_sys_sethostname(char *hostname, \
|
||||
u_int len);}
|
||||
75 NOARGS { int compat_43_sys_setrlimit(u_int which, \
|
||||
struct ogetrlimit *rlp); }
|
||||
struct orlimit *rlp); }
|
||||
76 NOARGS { int compat_43_sys_getrlimit(u_int which, \
|
||||
struct ogetrlimit *rlp); }
|
||||
struct orlimit *rlp); }
|
||||
77 NOARGS { int sys_getrusage(int who, struct rusage *rusage); }
|
||||
78 NOARGS { int sys_gettimeofday(struct timeval *tp, \
|
||||
struct timezone *tzp); }
|
||||
|
@ -1,4 +1,4 @@
|
||||
$NetBSD: syscalls.master,v 1.19 1997/10/10 06:25:36 mycroft Exp $
|
||||
$NetBSD: syscalls.master,v 1.20 1997/10/15 17:18:38 mycroft Exp $
|
||||
|
||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
|
||||
@ -129,9 +129,9 @@
|
||||
74 NOARGS { int compat_43_sys_sethostname(char *hostname, \
|
||||
u_int len);}
|
||||
75 NOARGS { int compat_43_sys_setrlimit(u_int which, \
|
||||
struct ogetrlimit *rlp); }
|
||||
struct orlimit *rlp); }
|
||||
76 NOARGS { int compat_43_sys_getrlimit(u_int which, \
|
||||
struct ogetrlimit *rlp); }
|
||||
struct orlimit *rlp); }
|
||||
77 NOARGS { int sys_getrusage(int who, struct rusage *rusage); }
|
||||
78 NOARGS { int sys_gettimeofday(struct timeval *tp, \
|
||||
struct timezone *tzp); }
|
||||
|
@ -1,4 +1,4 @@
|
||||
$NetBSD: syscalls.master,v 1.19 1997/10/10 06:25:36 mycroft Exp $
|
||||
$NetBSD: syscalls.master,v 1.20 1997/10/15 17:18:38 mycroft Exp $
|
||||
|
||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
|
||||
@ -129,9 +129,9 @@
|
||||
74 NOARGS { int compat_43_sys_sethostname(char *hostname, \
|
||||
u_int len);}
|
||||
75 NOARGS { int compat_43_sys_setrlimit(u_int which, \
|
||||
struct ogetrlimit *rlp); }
|
||||
struct orlimit *rlp); }
|
||||
76 NOARGS { int compat_43_sys_getrlimit(u_int which, \
|
||||
struct ogetrlimit *rlp); }
|
||||
struct orlimit *rlp); }
|
||||
77 NOARGS { int sys_getrusage(int who, struct rusage *rusage); }
|
||||
78 NOARGS { int sys_gettimeofday(struct timeval *tp, \
|
||||
struct timezone *tzp); }
|
||||
|
@ -1,4 +1,4 @@
|
||||
$NetBSD: syscalls.master,v 1.23 1997/07/21 23:02:47 christos Exp $
|
||||
$NetBSD: syscalls.master,v 1.24 1997/10/15 17:18:49 mycroft Exp $
|
||||
|
||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
|
||||
@ -218,9 +218,9 @@
|
||||
svr4_mode_t mode, svr4_dev_t dev); }
|
||||
127 UNIMPL clocal
|
||||
128 STD { int svr4_sys_setrlimit(int which, \
|
||||
struct ogetrlimit *rlp); }
|
||||
struct orlimit *rlp); }
|
||||
129 STD { int svr4_sys_getrlimit(int which, \
|
||||
struct ogetrlimit *rlp); }
|
||||
struct orlimit *rlp); }
|
||||
130 UNIMPL lchown
|
||||
131 STD { int svr4_sys_memcntl(svr4_caddr_t addr, \
|
||||
svr4_size_t len, int cmd, svr4_caddr_t arg, \
|
||||
|
Loading…
Reference in New Issue
Block a user