X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/5da805b34c3264a5c864a50a20065b3e9982b959..cbbdb9798fbefe0870d5857631fb51afe0697da2:/catman.c diff --git a/catman.c b/catman.c index 3cfb1038..b1bab0f6 100644 --- a/catman.c +++ b/catman.c @@ -1,4 +1,4 @@ -/* $Id: catman.c,v 1.19 2017/02/16 15:12:32 schwarze Exp $ */ +/* $Id: catman.c,v 1.22 2020/06/14 23:40:31 schwarze Exp $ */ /* * Copyright (c) 2017 Michael Stapelberg * Copyright (c) 2017 Ingo Schwarze @@ -17,7 +17,7 @@ */ #include "config.h" -#if HAVE_CMSG_XPG42 +#if NEED_XPG4_2 #define _XPG4_2 #endif @@ -41,16 +41,12 @@ #include #include -#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 *) - __attribute__((noreturn)); + __attribute__((__noreturn__)); ssize_t sock_fd_write(int, int, int, int); -void usage(void) __attribute__((noreturn)); +void usage(void) __attribute__((__noreturn__)); void