Module Name: src
Committed By: bouyer
Date: Mon Mar 7 19:26:35 UTC 2011
Modified Files:
src/sys/compat/aoutm68k: syscalls.master
Log Message:
Use the COMPAT_50 quotactl, not the native one.
Should fix build of COMPAT_AOUT_M68K
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/compat/aoutm68k/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/aoutm68k/syscalls.master
diff -u src/sys/compat/aoutm68k/syscalls.master:1.36 src/sys/compat/aoutm68k/syscalls.master:1.37
--- src/sys/compat/aoutm68k/syscalls.master:1.36 Tue Mar 2 21:07:21 2010
+++ src/sys/compat/aoutm68k/syscalls.master Mon Mar 7 19:26:35 2011
@@ -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