From 1bae15ffb04d410ce584821b9219a5f14aca7ccb Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 5 Jun 1999 15:59:51 +0000 Subject: [PATCH] fix typo preventing to include unistd.h --- gnu/usr.bin/man/man/man.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/man/man/man.c b/gnu/usr.bin/man/man/man.c index 72a9fd589ae4..88efe85adf0b 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 #else #ifndef R_OK