From: benno Date: Tue, 19 Jul 2016 08:04:53 +0000 (+0000) Subject: remove bogus attributes from ifstated, spooted by guenther@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=995e185684a29fb5c51cc0db21652b55f99f42ed;p=openbsd remove bogus attributes from ifstated, spooted by guenther@ --- diff --git a/usr.sbin/ifstated/ifstated.h b/usr.sbin/ifstated/ifstated.h index 8eeb0b0a74f..2756595e90d 100644 --- a/usr.sbin/ifstated/ifstated.h +++ b/usr.sbin/ifstated/ifstated.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ifstated.h,v 1.9 2016/07/18 21:17:32 benno Exp $ */ +/* $OpenBSD: ifstated.h,v 1.10 2016/07/19 08:04:53 benno Exp $ */ /* * Copyright (c) 2004 Ryan McBride @@ -150,7 +150,5 @@ void vlog(int, const char *, va_list) __attribute__((__format__ (printf, 2, 0))); void logit(int, const char *, ...) __attribute__((__format__ (printf, 2, 3))); -void fatal(const char *) __dead - __attribute__((__format__ (printf, 1, 0))); -void fatalx(const char *) __dead - __attribute__((__format__ (printf, 1, 0))); +void fatal(const char *) __dead; +void fatalx(const char *) __dead;