From d51fd903925af21ddf7e59cf9c87357f97bfe5de Mon Sep 17 00:00:00 2001 From: tedu <> Date: Sat, 13 Dec 2014 20:42:41 +0000 Subject: [PATCH] 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 --- src/include/unistd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/unistd.h b/src/include/unistd.h index a2241363..7fb8c7c0 100644 --- a/src/include/unistd.h +++ b/src/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 */