summaryrefslogtreecommitdiffstats
path: root/hunt
diff options
context:
space:
mode:
Diffstat (limited to 'hunt')
-rw-r--r--hunt/huntd/hunt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hunt/huntd/hunt.h b/hunt/huntd/hunt.h
index 512ec3eb..559ea4ae 100644
--- a/hunt/huntd/hunt.h
+++ b/hunt/huntd/hunt.h
@@ -1,4 +1,4 @@
-/* $NetBSD: hunt.h,v 1.13 2009/07/04 03:27:57 dholland Exp $ */
+/* $NetBSD: hunt.h,v 1.14 2009/07/04 03:29:20 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
@@ -417,8 +417,8 @@ extern FLAG no_beep;
void add_shot(int, int, int, char, int, PLAYER *, int, char);
int answer(void);
-void bad_con(void) __attribute__((__noreturn__));
-void bad_ver(void) __attribute__((__noreturn__));
+void bad_con(void) __dead;
+void bad_ver(void) __dead;
int broadcast_vec(int, struct sockaddr **);
void ce(PLAYER *);
void cgoto(PLAYER *, int, int);