$NetBSD: patch-as,v 1.5 2006/10/31 03:31:20 taca Exp $

--- log.h.orig	2006-08-18 23:32:21.000000000 +0900
+++ log.h
@@ -51,7 +51,7 @@ void     log_init(char *, LogLevel, Sysl
 SyslogFacility	log_facility_number(char *);
 LogLevel log_level_number(char *);
 
-void     fatal(const char *, ...) __dead __attribute__((format(printf, 1, 2)));
+void     fatal(const char *, ...) __attribute__((noreturn)) __attribute__((format(printf, 1, 2)));
 void     error(const char *, ...) __attribute__((format(printf, 1, 2)));
 void     sigdie(const char *, ...) __attribute__((format(printf, 1, 2)));
 void     logit(const char *, ...) __attribute__((format(printf, 1, 2)));
@@ -61,5 +61,5 @@ void     debug2(const char *, ...) __att
 void     debug3(const char *, ...) __attribute__((format(printf, 1, 2)));
 
 void	 do_log(LogLevel, const char *, va_list);
-void	 cleanup_exit(int) __dead;
+void	 cleanup_exit(int) __attribute__((noreturn));
 #endif
