Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 07/13/2000 17:52:04
Module Name:	syssrc
Committed By:	tv
Date:		Fri Jul 14 00:52:03 UTC 2000

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

Log Message:
Add _XOPEN_SOURCE protections.  The need for these is questionable, advised
by kleink about the E* predefined namespace; we'll look into that.

Also add ENOTSUP from SUSv2 as an alias for EOPNOTSUPP.  It's used by the
SUSv2 pthreads interface, has the same meaning, and pthreads does not use
EOPNOTSUPP.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 syssrc/sys/sys/errno.h

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