Subject: CVS commit: src/sys/sys
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 05/31/2003 11:49:27
Module Name:	src
Committed By:	bjh21
Date:		Sat May 31 11:49:26 UTC 2003

Modified Files:
	src/sys/sys: shm.h

Log Message:
Burn the namespace heretic!

Alternatively, don't include <unistd.h>, but hard-code the value of
_SC_PAGESIZE.  This avoids polluting the application's namespace, and
matches existing practice (CLK_TCK in <time.h>).


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/sys/sys/shm.h

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