summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-06-05 15:59:51 +0000
committerache <ache@FreeBSD.org>1999-06-05 15:59:51 +0000
commita14f93868ed535baa8f1cae11b90f8fdd58c3381 (patch)
tree5a5c61a213087ecef9d2f92b06e0c8e80ad5a16f /gnu
parent3f2ee1926fc33b0c957fb079da74b47daefff8fd (diff)
downloadFreeBSD-src-a14f93868ed535baa8f1cae11b90f8fdd58c3381.zip
FreeBSD-src-a14f93868ed535baa8f1cae11b90f8fdd58c3381.tar.gz
fix typo preventing to include unistd.h
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/man/man.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/man/man.c b/gnu/usr.bin/man/man/man.c
index 72a9fd5..88efe85 100644
--- a/gnu/usr.bin/man/man/man.c
+++ b/gnu/usr.bin/man/man/man.c
@@ -31,7 +31,7 @@
#include "gripes.h"
#include "version.h"
-#ifndef POSIX
+#ifdef POSIX
#include <unistd.h>
#else
#ifndef R_OK
OpenPOWER on IntegriCloud