Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/31/2000 07:12:31
Module Name:	syssrc
Committed By:	christos
Date:		Mon Jan 31 15:12:31 UTC 2000

Modified Files:
	syssrc/sys/kern: syscalls.master sysv_sem.c

Log Message:
__semctl13 -> ____semctl13 because this now is not called directly.
The fourth argument to it is a pointer to union semun not union semun,
because passing structs and unions to syscalls cannot be handled portably.


To generate a diff of this commit:
cvs rdiff -r1.98 -r1.99 syssrc/sys/kern/syscalls.master
cvs rdiff -r1.33 -r1.34 syssrc/sys/kern/sysv_sem.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.