Module Name: src Committed By: christos Date: Sun Aug 30 16:38:48 UTC 2009
Modified Files: src/sys/sys: unistd.h Log Message: Change _POSIX2_VERSION for shells and utilities to 200112L to match _POSIX_VERSION. Requested by Channa. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/sys/unistd.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/unistd.h diff -u src/sys/sys/unistd.h:1.51 src/sys/sys/unistd.h:1.52 --- src/sys/sys/unistd.h:1.51 Fri Aug 28 11:15:03 2009 +++ src/sys/sys/unistd.h Sun Aug 30 12:38:48 2009 @@ -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 */