summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-08-28 07:50:44 +0000
committermarcel <marcel@FreeBSD.org>2000-08-28 07:50:44 +0000
commit37929dbb054e14de78a71c2f068414dcf1444c59 (patch)
tree5cfc7759a24b26e4f6e98486214136c5fd15c33b /sys/kern/syscalls.master
parentf6ccd4549afc4a9a9990aefacbfa8a9b6d5e4806 (diff)
downloadFreeBSD-src-37929dbb054e14de78a71c2f068414dcf1444c59.zip
FreeBSD-src-37929dbb054e14de78a71c2f068414dcf1444c59.tar.gz
Fix prototypes for {o|}{g|s}etrlimit. A recent change in the
Linuxulator caused this bug to trigger.
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 16f4192..1ec9908 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -223,8 +223,8 @@
141 COMPAT BSD { int getpeername(int fdes, caddr_t asa, int *alen); }
142 COMPAT BSD { long gethostid(void); }
143 COMPAT BSD { int sethostid(long hostid); }
-144 COMPAT BSD { int getrlimit(u_int which, struct ogetrlimit *rlp); }
-145 COMPAT BSD { int setrlimit(u_int which, struct ogetrlimit *rlp); }
+144 COMPAT BSD { int getrlimit(u_int which, struct orlimit *rlp); }
+145 COMPAT BSD { int setrlimit(u_int which, struct orlimit *rlp); }
146 COMPAT BSD { int killpg(int pgid, int signum); }
147 STD POSIX { int setsid(void); }
148 STD BSD { int quotactl(char *path, int cmd, int uid, \
@@ -294,10 +294,10 @@
192 STD POSIX { int fpathconf(int fd, int name); }
193 UNIMPL NOHIDE nosys
194 STD BSD { int getrlimit(u_int which, \
- struct orlimit *rlp); } \
+ struct rlimit *rlp); } \
getrlimit __getrlimit_args int
195 STD BSD { int setrlimit(u_int which, \
- struct orlimit *rlp); } \
+ struct rlimit *rlp); } \
setrlimit __setrlimit_args int
196 STD BSD { int getdirentries(int fd, char *buf, u_int count, \
long *basep); }
OpenPOWER on IntegriCloud