From: tedu Date: Sat, 13 Dec 2014 20:42:41 +0000 (+0000) Subject: claim posix 2008 compat. apparently people look at this and get scared X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7f91f423856bd744b7bc5add027f01f6d5163727;p=openbsd claim posix 2008 compat. apparently people look at this and get scared when it's really old. but no actual ports fallout in espie's build. ok deraadt --- diff --git a/include/unistd.h b/include/unistd.h index a22413635b4..7fb8c7c0c61 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.96 2014/12/11 23:05:38 tedu Exp $ */ +/* $OpenBSD: unistd.h,v 1.97 2014/12/13 20:42:41 tedu Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- @@ -144,7 +144,7 @@ #define _XOPEN_UNIX (-1) /* Define the POSIX.2 version we target for compliance. */ -#define _POSIX2_VERSION 199212L +#define _POSIX2_VERSION 200809L /* the sysconf(3) variable values are part of the ABI */ diff --git a/sys/sys/unistd.h b/sys/sys/unistd.h index 855320d497f..46e4000c0e9 100644 --- a/sys/sys/unistd.h +++ b/sys/sys/unistd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.29 2013/08/14 05:26:14 guenther Exp $ */ +/* $OpenBSD: unistd.h,v 1.30 2014/12/13 20:42:41 tedu Exp $ */ /* $NetBSD: unistd.h,v 1.10 1994/06/29 06:46:06 cgd Exp $ */ /* @@ -43,7 +43,7 @@ #define _POSIX_SYNC_IO (-1) /* Define the POSIX.1 version we target for compliance. */ -#define _POSIX_VERSION 199009L +#define _POSIX_VERSION 200809L /* access function */ #define F_OK 0 /* test for existence of file */