summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/hastd/pjdlog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/hastd/pjdlog.c b/sbin/hastd/pjdlog.c
index 9f8b3f4..8f017c6 100644
--- a/sbin/hastd/pjdlog.c
+++ b/sbin/hastd/pjdlog.c
@@ -325,6 +325,7 @@ pjdlogv_exit(int exitcode, const char *fmt, va_list ap)
pjdlogv_errno(LOG_ERR, fmt, ap);
exit(exitcode);
+ /* NOTREACHED */
}
/*
@@ -350,6 +351,7 @@ pjdlogv_exitx(int exitcode, const char *fmt, va_list ap)
pjdlogv(LOG_ERR, fmt, ap);
exit(exitcode);
+ /* NOTREACHED */
}
/*
OpenPOWER on IntegriCloud