Module Name: src Committed By: dholland Date: Sat Jul 4 03:29:21 UTC 2009
Modified Files: src/games/hunt/huntd: hunt.h Log Message: Sigh, more of the same (missed two) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/games/hunt/huntd/hunt.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/games/hunt/huntd/hunt.h diff -u src/games/hunt/huntd/hunt.h:1.13 src/games/hunt/huntd/hunt.h:1.14 --- src/games/hunt/huntd/hunt.h:1.13 Sat Jul 4 03:27:57 2009 +++ src/games/hunt/huntd/hunt.h Sat Jul 4 03:29:20 2009 @@ -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 @@ 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);