Fix compilation in the non-FreeBSD case.
Sponsored by: Apple
This commit is contained in:
parent
86be827a6a
commit
2d36550df1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user