=================================================================== RCS file: /cvs/mandoc/mandocd.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- mandoc/mandocd.c 2017/02/08 16:11:41 1.4 +++ mandoc/mandocd.c 2017/02/17 14:31:52 1.5 @@ -1,4 +1,4 @@ -/* $Id: mandocd.c,v 1.4 2017/02/08 16:11:41 schwarze Exp $ */ +/* $Id: mandocd.c,v 1.5 2017/02/17 14:31:52 schwarze Exp $ */ /* * Copyright (c) 2017 Michael Stapelberg * Copyright (c) 2017 Ingo Schwarze @@ -49,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