summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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