Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/bouyer-quota2]: src/sys/compat/freebsd freebsd quotactl uses our COMPAT_...



details:   https://anonhg.NetBSD.org/src/rev/10ad566e2a1c
branches:  bouyer-quota2
changeset: 761128:10ad566e2a1c
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Feb 08 21:46:53 2011 +0000

description:
freebsd quotactl uses our COMPAT_50 syscall.

diffstat:

 sys/compat/freebsd/syscalls.master |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 60a89b1d194f -r 10ad566e2a1c sys/compat/freebsd/syscalls.master
--- a/sys/compat/freebsd/syscalls.master        Tue Feb 08 21:29:45 2011 +0000
+++ b/sys/compat/freebsd/syscalls.master        Tue Feb 08 21:46:53 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index