Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Change _POSIX2_VERSION for shells and utilities to 2...



details:   https://anonhg.NetBSD.org/src/rev/9cebcfe0dd18
branches:  trunk
changeset: 747051:9cebcfe0dd18
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 30 16:38:48 2009 +0000

description:
Change _POSIX2_VERSION for shells and utilities to 200112L to match
_POSIX_VERSION. Requested by Channa.

diffstat:

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

diffs (18 lines):

diff -r 5bc51b8e5f40 -r 9cebcfe0dd18 sys/sys/unistd.h
--- a/sys/sys/unistd.h  Sun Aug 30 15:41:05 2009 +0000
+++ b/sys/sys/unistd.h  Sun Aug 30 16:38:48 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: unistd.h,v 1.51 2009/08/28 15:15:03 christos Exp $     */
+/*     $NetBSD: unistd.h,v 1.52 2009/08/30 16:38:48 christos Exp $     */
 
 /*
  * Copyright (c) 1989, 1993
@@ -60,7 +60,7 @@
 #endif
 
 #define        _POSIX_VERSION                  200112L
-#define        _POSIX2_VERSION                 199212L
+#define        _POSIX2_VERSION                 200112L
 
 /* execution-time symbolic constants */
 



Home | Main Index | Thread Index | Old Index