Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-1-6] src/sys/sys
Module Name: src
Committed By: grant
Date: Thu Jun 19 01:35:14 UTC 2003
Modified Files:
src/sys/sys [netbsd-1-6]: shm.h
Log Message:
Pull up revision 1.33 (requested by kleink in ticket #1301):
Include <sys/unistd.h> for the definition of _SC_PAGESIZE, which is
required for run-time retrieval of SHMLBA. While this does make visible
additional symbols which are not in the underscore-prefixed
implementation-reserved namespace, its impact should be negligible (and
most applications supposedly include <unistd.h> as well), and there is
prior art to that. Fixes PR kern/19135 from Chris Demetriou.
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.30.4.1 src/sys/sys/shm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index