diff options
Diffstat (limited to 'catman.c')
-rw-r--r-- | catman.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 *) |