=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/unistd.h,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- src/include/unistd.h 2013/03/01 21:19:41 1.75 +++ src/include/unistd.h 2013/04/11 03:09:16 1.76 @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.75 2013/03/01 21:19:41 guenther Exp $ */ +/* $OpenBSD: unistd.h,v 1.76 2013/04/11 03:09:16 guenther Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- @@ -430,7 +430,7 @@ pid_t vfork(void); #endif -#if __XPG_VISIBLE >= 420 +#if __POSIX_VISIBLE >= 200809 || __XPG_VISIBLE >= 420 pid_t getpgid(pid_t); pid_t getsid(pid_t); #endif