Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 09/30/2003 20:36:10
Module Name:	src
Committed By:	christos
Date:		Tue Sep 30 20:36:10 UTC 2003

Modified Files:
	src/sys/kern: syscalls.master

Log Message:
#ifdef _LIBC the semid_t syscalls since we don't define semid_t in userland
except in the libc case.
XXX: Should we define __semid_t instead and make those visible from userland
again? Only ktrace and syscall() get affected.


To generate a diff of this commit:
cvs rdiff -r1.132 -r1.133 src/sys/kern/syscalls.master

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