Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/aout __semctl13 -> ___semctl13



details:   https://anonhg.NetBSD.org/src/rev/f729558c6e94
branches:  trunk
changeset: 481460:f729558c6e94
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 31 15:53:01 2000 +0000

description:
__semctl13 -> ___semctl13

diffstat:

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

diffs (23 lines):

diff -r b67ba474e8a7 -r f729558c6e94 sys/compat/aout/syscalls.master
--- a/sys/compat/aout/syscalls.master   Mon Jan 31 15:51:35 2000 +0000
+++ b/sys/compat/aout/syscalls.master   Mon Jan 31 15:53:01 2000 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.7 2000/01/08 17:02:46 tron Exp $
+       $NetBSD: syscalls.master,v 1.8 2000/01/31 15:53:01 christos Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -593,10 +593,10 @@
 300    NOARGS          { int sys_fhstatfs(const fhandle_t *fhp, \
                            struct statfs *buf); }
 #if defined(SYSVSEM) || !defined(_KERNEL)
-301    NOARGS          { int sys___semctl13(int semid, int semnum, int cmd, \
-                           union __semun arg); }
+301    NOARGS          { int sys_____semctl13(int semid, int semnum, int cmd, \
+                           ... union __semun *arg); }
 #else
-301    EXCL            __semctl13
+301    EXCL            ____semctl13
 #endif
 #if defined(SYSVMSG) || !defined(_KERNEL)
 302    NOARGS          { int sys___msgctl13(int msqid, int cmd, \



Home | Main Index | Thread Index | Old Index