From 7ccc44e6f795fe3d3b9362af20d86eae480c9557 Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 31 Jan 2000 15:59:58 +0000 Subject: [PATCH] __semctl13 -> ____semctl13 --- sys/compat/netbsd32/syscalls.master | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/compat/netbsd32/syscalls.master b/sys/compat/netbsd32/syscalls.master index 6f6c1fe811cd..01ebff440417 100644 --- a/sys/compat/netbsd32/syscalls.master +++ b/sys/compat/netbsd32/syscalls.master @@ -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, \