Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 __semctl13 -> ____semctl13



details:   https://anonhg.NetBSD.org/src/rev/d749154298d7
branches:  trunk
changeset: 481463:d749154298d7
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 31 15:59:58 2000 +0000

description:
__semctl13 -> ____semctl13

diffstat:

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

diffs (23 lines):

diff -r 243bbae1730e -r d749154298d7 sys/compat/netbsd32/syscalls.master
--- a/sys/compat/netbsd32/syscalls.master       Mon Jan 31 15:54:48 2000 +0000
+++ b/sys/compat/netbsd32/syscalls.master       Mon Jan 31 15:59:58 2000 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.11 1999/12/30 15:40:46 eeh Exp $
+       $NetBSD: syscalls.master,v 1.12 2000/01/31 15:59:58 christos Exp $
 
 ;      from: NetBSD: syscalls.master,v 1.81 1998/07/05 08:49:50 jonathan Exp
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
@@ -479,10 +479,10 @@
 300    STD             { int netbsd32_fhstatfs(netbsd32_fhandlep_t fhp, \
                            netbsd32_statp_t buf); }
 #if defined(SYSVSEM) || !defined(_KERNEL)
-301    STD             { int netbsd32___semctl13(int semid, int semnum, int cmd, \
-                           union netbsd32_semun arg); }
+301    STD             { int netbsd32___semctl14(int semid, int semnum, int cmd, \
+                           union netbsd32_semun3* arg); }
 #else
-301    EXCL            __semctl13
+301    EXCL            __semctl14
 #endif
 #if defined(SYSVMSG) || !defined(_KERNEL)
 302    STD             { int netbsd32___msgctl13(int msqid, int cmd, \



Home | Main Index | Thread Index | Old Index