Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Use proper varargs format for __semctl13.
details: https://anonhg.NetBSD.org/src/rev/17c15ce8b9b7
branches: trunk
changeset: 480914:17c15ce8b9b7
user: mycroft <mycroft%NetBSD.org@localhost>
date: Sun Jan 23 01:01:30 2000 +0000
description:
Use proper varargs format for __semctl13.
diffstat:
sys/kern/syscalls.master | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 45cc1d043c45 -r 17c15ce8b9b7 sys/kern/syscalls.master
--- a/sys/kern/syscalls.master Sun Jan 23 00:49:41 2000 +0000
+++ b/sys/kern/syscalls.master Sun Jan 23 01:01:30 2000 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.97 1999/08/25 05:05:48 thorpej Exp $
+ $NetBSD: syscalls.master,v 1.98 2000/01/23 01:01:30 mycroft Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -567,7 +567,7 @@
struct statfs *buf); }
#if defined(SYSVSEM) || !defined(_KERNEL)
301 STD { int sys___semctl13(int semid, int semnum, int cmd, \
- union __semun arg); }
+ ... union __semun arg); }
#else
301 EXCL __semctl13
#endif
Home |
Main Index |
Thread Index |
Old Index