Author: pjd
Date: Thu Aug  5 18:21:45 2010
New Revision: 210872
URL: http://svn.freebsd.org/changeset/base/210872

Log:
  Mark two more places that we won't reach.
  
  MFC after:    1 month

Modified:
  head/sbin/hastd/pjdlog.c

Modified: head/sbin/hastd/pjdlog.c
==============================================================================
--- head/sbin/hastd/pjdlog.c    Thu Aug  5 18:05:37 2010        (r210871)
+++ head/sbin/hastd/pjdlog.c    Thu Aug  5 18:21:45 2010        (r210872)
@@ -325,6 +325,7 @@ pjdlogv_exit(int exitcode, const char *f
 
        pjdlogv_errno(LOG_ERR, fmt, ap);
        exit(exitcode);
+       /* NOTREACHED */
 }
 
 /*
@@ -350,6 +351,7 @@ pjdlogv_exitx(int exitcode, const char *
 
        pjdlogv(LOG_ERR, fmt, ap);
        exit(exitcode);
+       /* NOTREACHED */
 }
 
 /*
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to