From owner-svn-src-head@FreeBSD.ORG Thu Jan 27 19:12:44 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADFB4106566B; Thu, 27 Jan 2011 19:12:44 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9DB7A8FC19; Thu, 27 Jan 2011 19:12:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p0RJCi2I030834; Thu, 27 Jan 2011 19:12:44 GMT (envelope-from pjd@svn.freebsd.org) Received: (from pjd@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p0RJCiDc030832; Thu, 27 Jan 2011 19:12:44 GMT (envelope-from pjd@svn.freebsd.org) Message-Id: <201101271912.p0RJCiDc030832@svn.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 27 Jan 2011 19:12:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r217961 - head/sbin/hastd X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2011 19:12:44 -0000 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 */ } -