Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include Use the real TOG specification name for references.
details: https://anonhg.NetBSD.org/src/rev/a81a266e402e
branches: trunk
changeset: 545673:a81a266e402e
user: kleink <kleink%NetBSD.org@localhost>
date: Mon Apr 14 08:37:29 2003 +0000
description:
Use the real TOG specification name for references.
diffstat:
include/stdlib.h | 4 ++--
include/unistd.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 0e32ba34cd9b -r a81a266e402e include/stdlib.h
--- a/include/stdlib.h Mon Apr 14 08:12:11 2003 +0000
+++ b/include/stdlib.h Mon Apr 14 08:37:29 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: stdlib.h,v 1.59 2003/04/07 13:41:13 kleink Exp $ */
+/* $NetBSD: stdlib.h,v 1.60 2003/04/14 08:37:29 kleink Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -221,7 +221,7 @@
#endif
/*
- * X/Open CAE Specification Issue 6; IEEE Std 1003.1-2001 (POSIX)
+ * Open Group Base Specifications, Issue 6; IEEE Std 1003.1-2001 (POSIX)
*/
#if (!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || \
(_POSIX_C_SOURCE - 0) >= 200112L || \
diff -r 0e32ba34cd9b -r a81a266e402e include/unistd.h
--- a/include/unistd.h Mon Apr 14 08:12:11 2003 +0000
+++ b/include/unistd.h Mon Apr 14 08:37:29 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: unistd.h,v 1.89 2003/04/14 08:12:11 jdolecek Exp $ */
+/* $NetBSD: unistd.h,v 1.90 2003/04/14 08:37:29 kleink Exp $ */
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -162,7 +162,7 @@
#endif
/*
- * IEEE Std 1003.1-2001, adopted in X/Open Portability Guide Issue 6 and later
+ * Open Group Base Specifications, Issue 6; IEEE Std 1003.1-2001 (POSIX)
*/
#if (!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || \
(_POSIX_C_SOURCE - 0) >= 200112L || (_XOPEN_SOURCE - 0) >= 600
Home |
Main Index |
Thread Index |
Old Index