summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-07-08 21:35:39 +0000
committertedu <tedu@openbsd.org>2014-07-08 21:35:39 +0000
commit5f651b4a12b04b717aa13a43f82b10d602c9d972 (patch)
tree51b7ae61d85637cd814321483143cce66ef8c35b
parentevery succesful hackathon must begin with a sacrifice. (diff)
downloadwireguard-openbsd-5f651b4a12b04b717aa13a43f82b10d602c9d972.tar.xz
wireguard-openbsd-5f651b4a12b04b717aa13a43f82b10d602c9d972.zip
update _POSIX2_FORT_RUN, so that sysconf(_SC_2_FORT_RUN) remains correct.
because you care. reminded by matthew.
-rw-r--r--include/unistd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 9f4bb83df78..a2aab2d9875 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: unistd.h,v 1.88 2014/06/14 18:01:41 deraadt Exp $ */
+/* $OpenBSD: unistd.h,v 1.89 2014/07/08 21:35:39 tedu Exp $ */
/* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */
/*-
@@ -114,7 +114,7 @@
#define _POSIX2_C_DEV (-1) /* need C99 utility */
#define _POSIX2_CHAR_TERM 1
#define _POSIX2_FORT_DEV (-1) /* need fort77 utility */
-#define _POSIX2_FORT_RUN 200112L
+#define _POSIX2_FORT_RUN (-1) /* need asa utility */
#define _POSIX2_LOCALEDEF (-1)
#define _POSIX2_PBS (-1)
#define _POSIX2_PBS_ACCOUNTING (-1)