summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authoreric <eric@FreeBSD.org>2002-04-13 01:17:21 +0000
committereric <eric@FreeBSD.org>2002-04-13 01:17:21 +0000
commit2d36550df1736dde3e073f8f924a101ae9ec90c1 (patch)
treee3b1f22db95ed0b1c4b7432b32396f8e6568a23c /gnu/usr.bin
parent86be827a6ad306122e16d3114d011703367ed013 (diff)
downloadFreeBSD-src-2d36550df1736dde3e073f8f924a101ae9ec90c1.zip
FreeBSD-src-2d36550df1736dde3e073f8f924a101ae9ec90c1.tar.gz
Fix compilation in the non-FreeBSD case.
Sponsored by: Apple
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/man/man/man.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/man/man/man.c b/gnu/usr.bin/man/man/man.c
index 7b6fc41..4c5b632 100644
--- a/gnu/usr.bin/man/man/man.c
+++ b/gnu/usr.bin/man/man/man.c
@@ -357,9 +357,11 @@ man_getopt (argc, argv)
case 'm':
machine = optarg;
break;
+#ifdef __FreeBSD__
case 'o':
use_original++;
break;
+#endif
case 'p':
roff_directive = strdup (optarg);
break;
OpenPOWER on IntegriCloud