aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastd/pjdlog.h
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2011-01-27 19:10:24 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2011-01-27 19:10:24 +0000
commit6062588f8dc9ed3a7c3508eca9562e540c1fe76f (patch)
tree501b8c483d8a5b76b466e2028c7401f44c951662 /sbin/hastd/pjdlog.h
parent4a13a769dcbd23e90ef8e77de9d40057a2065557 (diff)
downloadsrc-6062588f8dc9ed3a7c3508eca9562e540c1fe76f.tar.gz
src-6062588f8dc9ed3a7c3508eca9562e540c1fe76f.zip
Remove __dead2 from pjdlog_verify() prototype, it does return sometimes.
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=217958
Diffstat (limited to 'sbin/hastd/pjdlog.h')
-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 7a4af2649431..b81efa6d90f7 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)) \