actually, revert previous for now. quotactl doesn't play with the
same rules as all the other compat functions.
This commit is contained in:
parent
acf9dcfe9b
commit
41f5ebb8ea
@ -1,4 +1,4 @@
|
||||
$NetBSD: syscalls.master,v 1.247 2011/03/09 21:52:31 pooka Exp $
|
||||
$NetBSD: syscalls.master,v 1.248 2011/03/09 22:12:45 pooka Exp $
|
||||
|
||||
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
|
||||
|
||||
@ -282,7 +282,7 @@
|
||||
const struct orlimit *rlp); } osetrlimit
|
||||
146 COMPAT_43 MODULAR { int|sys||killpg(int pgid, int signum); } okillpg
|
||||
147 STD RUMP { int|sys||setsid(void); }
|
||||
148 COMPAT_50 MODULAR RUMP { int|sys||quotactl(const char *path, int cmd, \
|
||||
148 COMPAT_50 MODULAR { int|sys||quotactl(const char *path, int cmd, \
|
||||
int uid, void *arg); }
|
||||
149 COMPAT_43 MODULAR { int|sys||quota(void); } oquota
|
||||
150 COMPAT_43 MODULAR { int|sys||getsockname(int fdec, void *asa, \
|
||||
|
Loading…
Reference in New Issue
Block a user