set _POSIX_JOB_CONTROL and _POSIX_SAVED_IDS to the correct values; ok millert
authorderaadt <deraadt@openbsd.org>
Fri, 22 Aug 2008 14:39:21 +0000 (14:39 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 22 Aug 2008 14:39:21 +0000 (14:39 +0000)
sys/sys/unistd.h

index 241b218..973ba26 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: unistd.h,v 1.15 2008/06/25 14:54:44 millert Exp $     */
+/*     $OpenBSD: unistd.h,v 1.16 2008/08/22 14:39:21 deraadt Exp $     */
 /*     $NetBSD: unistd.h,v 1.10 1994/06/29 06:46:06 cgd Exp $  */
 
 /*
 #include <sys/cdefs.h>
 
 /* compile-time symbolic constants */
-#define        _POSIX_JOB_CONTROL      /* implementation supports job control */
-
-#define        _POSIX_SAVED_IDS        /* saved set-user-ID and set-group-ID */
+                               /* implementation supports job control */
+#define        _POSIX_JOB_CONTROL      1
+                               /* saved set-user-ID and set-group-ID */
+#define        _POSIX_SAVED_IDS        1
 
 #define        _POSIX_VERSION          199009L
 #define        _POSIX2_VERSION         199212L