summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/pjdlog.c
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2011-01-27 19:12:44 +0000
committerpjd <pjd@FreeBSD.org>2011-01-27 19:12:44 +0000
commit04d7783c79804e26f2c75344d91359a8237170d1 (patch)
tree4929537db5a460181d075edf495b3c1b2fc2fe73 /sbin/hastd/pjdlog.c
parent989e8232ebd4cb6becac6a448cf123e26026e9bf (diff)
downloadFreeBSD-src-04d7783c79804e26f2c75344d91359a8237170d1.zip
FreeBSD-src-04d7783c79804e26f2c75344d91359a8237170d1.tar.gz
- Remove obvious NOTREACHED comment after abort() call.
- Remove redundant newline at the end of the file. MFC after: 1 week
Diffstat (limited to 'sbin/hastd/pjdlog.c')
-rw-r--r--sbin/hastd/pjdlog.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/hastd/pjdlog.c b/sbin/hastd/pjdlog.c
index 2c7c36d..195219b 100644
--- a/sbin/hastd/pjdlog.c
+++ b/sbin/hastd/pjdlog.c
@@ -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 char *file, int line,
failedexpr, func, file, line);
}
abort();
- /* NOTREACHED */
}
-
OpenPOWER on IntegriCloud