Subject: CVS commit: syssrc/sys/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/20/2001 22:07:24
Module Name: syssrc
Committed By: thorpej
Date: Thu Dec 20 20:07:24 UTC 2001
Modified Files:
syssrc/sys/sys: featuretest.h
Log Message:
From the comment added to the file:
* NOTE: Do not protect this header against multiple inclusion. Doing
* so can have subtle side-effects due to header file inclusion order
* and testing of e.g. _POSIX_SOURCE vs. _POSIX_C_SOURCE. Instead,
* protect each CPP macro that we want to supply.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/sys/featuretest.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.