summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2011-01-27 19:10:24 +0000
committerpjd <pjd@FreeBSD.org>2011-01-27 19:10:24 +0000
commit989e8232ebd4cb6becac6a448cf123e26026e9bf (patch)
tree501b8c483d8a5b76b466e2028c7401f44c951662 /sbin
parent83917be69e7e64451feec5423810f91357662399 (diff)
downloadFreeBSD-src-989e8232ebd4cb6becac6a448cf123e26026e9bf.zip
FreeBSD-src-989e8232ebd4cb6becac6a448cf123e26026e9bf.tar.gz
Remove __dead2 from pjdlog_verify() prototype, it does return sometimes.
MFC after: 1 week
Diffstat (limited to 'sbin')
-rw-r--r--sbin/hastd/pjdlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/pjdlog.h b/sbin/hastd/pjdlog.h
index 7a4af26..b81efa6 100644
--- a/sbin/hastd/pjdlog.h
+++ b/sbin/hastd/pjdlog.h
@@ -86,7 +86,7 @@ void pjdlog_exitx(int exitcode, const char *fmt, ...) __printflike(2, 3) __dead2
void pjdlogv_exitx(int exitcode, const char *fmt, va_list ap) __printflike(2, 0) __dead2;
void pjdlog_verify(const char *func, const char *file, int line,
- const char *failedexpr) __dead2;
+ const char *failedexpr);
#define PJDLOG_VERIFY(expr) do { \
if (!(expr)) \
OpenPOWER on IntegriCloud