Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/services_mkdb add notreached comment
details: https://anonhg.NetBSD.org/src/rev/867927e98b56
branches: trunk
changeset: 796843:867927e98b56
user: christos <christos%NetBSD.org@localhost>
date: Sat Jun 21 17:48:07 2014 +0000
description:
add notreached comment
diffstat:
usr.sbin/services_mkdb/uniq.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 0d1dfd9dc56a -r 867927e98b56 usr.sbin/services_mkdb/uniq.c
--- a/usr.sbin/services_mkdb/uniq.c Sat Jun 21 17:43:04 2014 +0000
+++ b/usr.sbin/services_mkdb/uniq.c Sat Jun 21 17:48:07 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uniq.c,v 1.5 2010/04/25 00:54:46 joerg Exp $ */
+/* $NetBSD: uniq.c,v 1.6 2014/06/21 17:48:07 christos Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: uniq.c,v 1.5 2010/04/25 00:54:46 joerg Exp $");
+__RCSID("$NetBSD: uniq.c,v 1.6 2014/06/21 17:48:07 christos Exp $");
#include <stdio.h>
#include <string.h>
@@ -96,6 +96,7 @@
break;
case -1:
err(1, "put");
+ /*NOTREACHED*/
default:
abort();
break;
Home |
Main Index |
Thread Index |
Old Index