Module Name: src
Committed By: bouyer
Date: Tue Feb 8 21:46:53 UTC 2011
Modified Files:
src/sys/compat/freebsd [bouyer-quota2]: syscalls.master
Log Message:
freebsd quotactl uses our COMPAT_50 syscall.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.64.6.1 src/sys/compat/freebsd/syscalls.master
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/freebsd/syscalls.master
diff -u src/sys/compat/freebsd/syscalls.master:1.64 src/sys/compat/freebsd/syscalls.master:1.64.6.1
--- src/sys/compat/freebsd/syscalls.master:1.64 Tue Mar 2 21:07:21 2010
+++ src/sys/compat/freebsd/syscalls.master Tue Feb 8 21:46:53 2011
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.64 2010/03/02 21:07:21 pooka Exp $
+ $NetBSD: syscalls.master,v 1.64.6.1 2011/02/08 21:46:53 bouyer Exp $
; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -278,8 +278,8 @@
146 NOARGS { int|compat_43_sys||killpg(int pgid, int signum); } \
okillpg
147 NOARGS { int|sys||setsid(void); }
-148 NOARGS { int|sys||quotactl(char *path, int cmd, int uid, \
- void *arg); }
+148 NOARGS { int|compat_50_sys||quotactl(char *path, int cmd, \
+ int uid, void *arg); }
149 NOARGS { int|compat_43_sys||quota(void); } oquota
150 NOARGS { int|compat_43_sys||getsockname(int fdec, void *asa, \
int *alen); } ogetsockname