Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 02/02/2000 18:01:55
Module Name:	syssrc
Committed By:	cgd
Date:		Thu Feb  3 02:01:55 UTC 2000

Modified Files:
	syssrc/sys/sys: stat.h

Log Message:
don't provide these prototypes for standalone programs (as noted by
_STANDALONE):

* most of them are absolutely irrelevant, and not provided in a standalone
  environment!

* those which are relevant and provided (stat() and fstat()) shouldn't be
  __RENAME()d in the standalone environment.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 syssrc/sys/sys/stat.h

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