summaryrefslogtreecommitdiffstats
path: root/catman.c
diff options
context:
space:
mode:
Diffstat (limited to 'catman.c')
-rw-r--r--catman.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/catman.c b/catman.c
index 8a3aed3a..871b995b 100644
--- a/catman.c
+++ b/catman.c
@@ -41,10 +41,6 @@
#include <time.h>
#include <unistd.h>
-#ifndef O_DIRECTORY
-#define O_DIRECTORY 0
-#endif
-
int process_manpage(int, int, const char *);
int process_tree(int, int);
void run_mandocd(int, const char *, const char *)