From 3ac9e6161759ffdcb5bc1dc165c6a6a88c603344 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 29 Nov 1996 14:48:17 +0000 Subject: [PATCH] Changed _POSIX_VERSION from 198808L to 199009L. We're close to conforming to the 1990 version according to NIST-PCTS. Many man pages still refer to the 1988 version. --- sys/sys/unistd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/unistd.h b/sys/sys/unistd.h index 28acd7da4e8..6d32262974a 100644 --- a/sys/sys/unistd.h +++ b/sys/sys/unistd.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)unistd.h 8.2 (Berkeley) 1/7/94 - * $Id: unistd.h,v 1.7 1996/08/20 07:23:35 smpatel Exp $ + * $Id: unistd.h,v 1.8 1996/09/03 13:55:50 bde Exp $ */ #ifndef _SYS_UNISTD_H_ @@ -47,7 +47,7 @@ */ #define _POSIX_SAVED_IDS /* saved set-user-ID and set-group-ID */ -#define _POSIX_VERSION 198808L +#define _POSIX_VERSION 199009L #define _POSIX2_VERSION 199212L /* execution-time symbolic constants */