Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Mention XNS 5.2 (_XOPEN_SOURCE == 520) in comments.



details:   https://anonhg.NetBSD.org/src/rev/46fa3a626947
branches:  trunk
changeset: 546453:46fa3a626947
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Tue Apr 29 12:50:16 2003 +0000

description:
Mention XNS 5.2 (_XOPEN_SOURCE == 520) in comments.

diffstat:

 sys/sys/featuretest.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9acb7ea4e4bf -r 46fa3a626947 sys/sys/featuretest.h
--- a/sys/sys/featuretest.h     Tue Apr 29 12:49:38 2003 +0000
+++ b/sys/sys/featuretest.h     Tue Apr 29 12:50:16 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: featuretest.h,v 1.4 2003/04/28 23:16:28 bjh21 Exp $    */
+/*     $NetBSD: featuretest.h,v 1.5 2003/04/29 12:50:16 bjh21 Exp $    */
 
 /*
  * Written by Klaus Klein <kleink%NetBSD.ORG@localhost>, February 2, 1998.
@@ -33,6 +33,7 @@
  * _XOPEN_SOURCE               System Interfaces and Headers, Issue 4, Ver 2
  * _XOPEN_SOURCE_EXTENDED == 1 XSH4.2 UNIX extensions
  * _XOPEN_SOURCE == 500                System Interfaces and Headers, Issue 5
+ * _XOPEN_SOURCE == 520                Networking Services (XNS), Issue 5.2
  * _XOPEN_SOURCE == 600                IEEE Std 1003.1-2001, XSI option
  *
  * NetBSD macros:



Home | Main Index | Thread Index | Old Index