From e3031161eb793252cee9eff1da883e6baeb6567f Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Thu, 5 Aug 2010 18:21:45 +0000 Subject: [PATCH] Mark two more places that we won't reach. MFC after: 1 month --- sbin/hastd/pjdlog.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbin/hastd/pjdlog.c b/sbin/hastd/pjdlog.c index 9f8b3f499de7..8f017c652064 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 */ } /*