Subject: CVS commit: src/include
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 12/09/2006 19:33:42
Module Name: src
Committed By: bjh21
Date: Sat Dec 9 19:33:42 UTC 2006
Modified Files:
src/include: stdio.h
Log Message:
defined(_NETBSD_SOURCE) is equivalent to (!defined(_ANSI_SOURCE) &&
!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)), so there's no
need to check both of them.
To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 src/include/stdio.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.