NetBSD/sys/lib
simonb 4ca596f6a0 Don't prototype __assert() if not STANDALONE - <sys/systm.h> has already
included <lib/libkern/libkern.h> to get the prototype by this stage.

XXX: should we just change <sys/systm.h> from
	#ifdef _KERNEL
	#include <sys/systm.h>
	#endif
     to
	#if defined(_KERNEL) || defined(_STANDALONE)
	#include <sys/systm.h>
	#endif
     anyways?
2000-03-29 03:19:52 +00:00
..
libkern Don't prototype __assert() if not STANDALONE - <sys/systm.h> has already 2000-03-29 03:19:52 +00:00
libsa cosmetics: remove double semicolon, whitespace 2000-02-03 19:53:03 +00:00
libz Revert STRIPPROG -> STRIP 2000-02-01 05:25:24 +00:00