Subject: CVS commit: basesrc/lib/libc/sys
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/12/2002 20:41:22
Module Name:	basesrc
Committed By:	jdolecek
Date:		Sat Oct 12 17:41:21 UTC 2002

Modified Files:
	basesrc/lib/libc/sys: Makefile.inc makelintstub

Log Message:
if WITH_KQUEUE is defined and <sys/event.h> exists in DESTDIR, compile
  support for kqueue(2) and kevent(2) in

this is temporary measure to ease testing of kqueue branch; the support
  will be made unconditional once kqueue branch would be merged


To generate a diff of this commit:
cvs rdiff -r1.129 -r1.130 basesrc/lib/libc/sys/Makefile.inc
cvs rdiff -r1.9 -r1.10 basesrc/lib/libc/sys/makelintstub

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