summaryrefslogtreecommitdiffstats
path: root/hunt
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-07-04 03:29:20 +0000
committerdholland <dholland@NetBSD.org>2009-07-04 03:29:20 +0000
commit7aec9acedc86967b72d2679d392dc7d338b52ab4 (patch)
tree7c93f1a3200f84288e9fa0a84aba29f2c76c60c1 /hunt
parent6cd6ec9cfc6ff1f8e22471af66af170edcc35fb8 (diff)
downloadbsdgames-darwin-7aec9acedc86967b72d2679d392dc7d338b52ab4.tar.gz
bsdgames-darwin-7aec9acedc86967b72d2679d392dc7d338b52ab4.tar.zst
bsdgames-darwin-7aec9acedc86967b72d2679d392dc7d338b52ab4.zip
Sigh, more of the same (missed two)
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);