Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 09/28/1998 10:47:58
Module Name:	src
Committed By:	kleink
Date:		Mon Sep 28 17:47:58 UTC 1998

Modified Files:
	src/include: stdio.h
Log Message:
Move 1003.1c-1995 declarations inside the appropriate name space protection
wrapper, and make sure we won't use these decl's as such with C++ linkage(!).
Also, make _XOPEN_SOURCE protection of popen()/pclose() decl's a bit more
restrictive.