summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-23 21:20:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-23 21:20:24 +0000
commitb296b1682ae7632e4fa89e8980363e6aafcfaa22 (patch)
tree9a7d8652352f93c2cef53cb8435682609b7260c7 /main.c
parent6d2768d3e364964fe20083761994cef7daff0540 (diff)
downloadmandoc-b296b1682ae7632e4fa89e8980363e6aafcfaa22.tar.gz
Fixed inclusion of MANSRCS (sorry, Ulrich).
Added DragonFlyBSD __dead2.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index f6ed5af6..62e44a6e 100644
--- a/main.c
+++ b/main.c
@@ -34,7 +34,7 @@ extern int getsubopt(char **, char * const *, char **);
# ifndef __dead
# define __dead __attribute__((__noreturn__))
# endif
-#elif defined(__FreeBSD__)
+#elif defined(__dead2)
# ifndef __dead
# define __dead __dead2
# endif