Date: Thu, 27 Jan 2011 19:12:44 +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: r217961 - head/sbin/hastd Message-ID: <201101271912.p0RJCiDc030832@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pjd Date: Thu Jan 27 19:12:44 2011 New Revision: 217961 URL: http://svn.freebsd.org/changeset/base/217961 Log: - Remove obvious NOTREACHED comment after abort() call. - Remove redundant newline at the end of the file. MFC after: 1 week Modified: head/sbin/hastd/pjdlog.c Modified: head/sbin/hastd/pjdlog.c ============================================================================== --- head/sbin/hastd/pjdlog.c Thu Jan 27 19:12:04 2011 (r217960) +++ head/sbin/hastd/pjdlog.c Thu Jan 27 19:12:44 2011 (r217961) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2009-2010 The FreeBSD Foundation + * Copyright (c) 2009-2011 The FreeBSD Foundation * All rights reserved. * * This software was developed by Pawel Jakub Dawidek under sponsorship from @@ -385,6 +385,4 @@ pjdlog_verify(const char *func, const ch failedexpr, func, file, line); } abort(); - /* NOTREACHED */ } -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101271912.p0RJCiDc030832>