From 6cd6ec9cfc6ff1f8e22471af66af170edcc35fb8 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 4 Jul 2009 03:27:57 +0000 Subject: __attribute__((__noreturn__)) -> __dead --- hunt/huntd/hunt.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'hunt') diff --git a/hunt/huntd/hunt.h b/hunt/huntd/hunt.h index 20f33d41..512ec3eb 100644 --- a/hunt/huntd/hunt.h +++ b/hunt/huntd/hunt.h @@ -1,4 +1,4 @@ -/* $NetBSD: hunt.h,v 1.12 2008/01/28 03:23:29 dholland Exp $ */ +/* $NetBSD: hunt.h,v 1.13 2009/07/04 03:27:57 dholland Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. @@ -472,10 +472,10 @@ void start_driver(void); void stmonitor(PLAYER *); void stplayer(PLAYER *, int); char translate(char); -SIGNAL_TYPE cleanup(int) __attribute__((__noreturn__)); +SIGNAL_TYPE cleanup(int) __dead; SIGNAL_TYPE intr(int); SIGNAL_TYPE sigalrm(int); -SIGNAL_TYPE sigemt(int) __attribute__((__noreturn__)); -SIGNAL_TYPE sigterm(int) __attribute__((__noreturn__)); -SIGNAL_TYPE sigusr1(int) __attribute__((__noreturn__)); +SIGNAL_TYPE sigemt(int) __dead; +SIGNAL_TYPE sigterm(int) __dead; +SIGNAL_TYPE sigusr1(int) __dead; SIGNAL_TYPE tstp(int); -- cgit v1.2.3-56-ge451