Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Correctly mark syscalls 301, 302, 303 so that they ...
details: https://anonhg.NetBSD.org/src/rev/9e2945082b15
branches: trunk
changeset: 340904:9e2945082b15
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Oct 10 03:27:30 2015 +0000
description:
Correctly mark syscalls 301, 302, 303 so that they will autoload the
compat_sysv module if not already built-in.
diffstat:
sys/kern/syscalls.master | 14 +-------------
1 files changed, 1 insertions(+), 13 deletions(-)
diffs (35 lines):
diff -r 2c54828eeeb8 -r 9e2945082b15 sys/kern/syscalls.master
--- a/sys/kern/syscalls.master Fri Oct 09 19:49:25 2015 +0000
+++ b/sys/kern/syscalls.master Sat Oct 10 03:27:30 2015 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.279 2015/10/02 19:47:08 christos Exp $
+ $NetBSD: syscalls.master,v 1.280 2015/10/10 03:27:30 pgoyette Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -609,25 +609,13 @@
300 COMPAT_20 MODULAR compat \
{ int|sys||fhstatfs(const struct compat_30_fhandle *fhp, \
struct statfs12 *buf); }
-#if defined(SYSVSEM) || !defined(_KERNEL_OPT)
301 COMPAT_50 MODULAR compat_sysv \
{ int|sys|13|__semctl(int semid, int semnum, int cmd, \
... union __semun *arg); }
-#else
-301 EXCL ____semctl13
-#endif
-#if defined(SYSVMSG) || !defined(_KERNEL_OPT)
302 COMPAT_50 MODULAR compat_sysv { int|sys|13|msgctl(int msqid, int cmd, \
struct msqid_ds *buf); }
-#else
-302 EXCL __msgctl13
-#endif
-#if defined(SYSVSHM) || !defined(_KERNEL_OPT)
303 COMPAT_50 MODULAR compat_sysv { int|sys|13|shmctl(int shmid, int cmd, \
struct shmid_ds13 *buf); }
-#else
-303 EXCL __shmctl13
-#endif
304 STD RUMP { int|sys||lchflags(const char *path, u_long flags); }
305 NOERR RUMP { int|sys||issetugid(void); }
306 STD RUMP { int|sys||utrace(const char *label, void *addr, \
Home |
Main Index |
Thread Index |
Old Index