Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Aug 2010 18:21:45 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210872 - head/sbin/hastd
Message-ID:  <201008051821.o75ILjCe068102@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */
 }
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008051821.o75ILjCe068102>