Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/aoutm68k Use the COMPAT_50 quotactl, not the nati...



details:   https://anonhg.NetBSD.org/src/rev/2a7954a2c8b9
branches:  trunk
changeset: 762998:2a7954a2c8b9
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Mar 07 19:26:35 2011 +0000

description:
Use the COMPAT_50 quotactl, not the native one.
Should fix build of COMPAT_AOUT_M68K

diffstat:

 sys/compat/aoutm68k/syscalls.master |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cae06e02fd9c -r 2a7954a2c8b9 sys/compat/aoutm68k/syscalls.master
--- a/sys/compat/aoutm68k/syscalls.master       Mon Mar 07 19:05:03 2011 +0000
+++ b/sys/compat/aoutm68k/syscalls.master       Mon Mar 07 19:26:35 2011 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.36 2010/03/02 21:07:21 pooka Exp $
+       $NetBSD: syscalls.master,v 1.37 2011/03/07 19:26:35 bouyer Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -402,7 +402,7 @@
 146    EXCL            compat_43_sys_killpg
 #endif
 147    NOARGS          { int|sys||setsid(void); }
-148    NOARGS          { int|sys||quotactl(const char *path, \
+148    NOARGS          { int|compat_50_sys||quotactl(const char *path, \
                            int cmd, int uid, void *arg); }
 #if defined(COMPAT_43) || !defined(_KERNEL)
 149    NOARGS          { int|compat_43_sys||quota(void); } oquota



Home | Main Index | Thread Index | Old Index