]> git.cameronkatri.com Git - mandoc.git/blobdiff - mandocd.c
first batch of -T markdown tests
[mandoc.git] / mandocd.c
index 47022606906c1acb5ee8105012fb9c5a203fc280..2f6046b730a0e7f1b46ab69b4587d88c8453fe97 100644 (file)
--- a/mandocd.c
+++ b/mandocd.c
@@ -1,4 +1,4 @@
-/*     $Id: mandocd.c,v 1.3 2017/02/06 19:02:37 schwarze Exp $ */
+/*     $Id: mandocd.c,v 1.5 2017/02/17 14:31:52 schwarze Exp $ */
 /*
  * Copyright (c) 2017 Michael Stapelberg <stapelberg@debian.org>
  * Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
  */
 #include "config.h"
 
+#if HAVE_CMSG_XPG42
+#define _XPG4_2
+#endif
+
 #include <sys/types.h>
 #include <sys/socket.h>
 
@@ -45,7 +49,7 @@ enum  outt {
 
 static void      process(struct mparse *, enum outt, void *);
 static int       read_fds(int, int *);
-static void      usage(void) __attribute__((noreturn));
+static void      usage(void) __attribute__((__noreturn__));
 
 
 #define NUM_FDS 3