Module Name:    src
Committed By:   tls
Date:           Sun Aug 10 07:00:21 UTC 2014

Modified Files:
        src/usr.sbin/services_mkdb [tls-earlyentropy]: uniq.c

Log Message:
Rebase.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.22.1 src/usr.sbin/services_mkdb/uniq.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/services_mkdb/uniq.c
diff -u src/usr.sbin/services_mkdb/uniq.c:1.5 src/usr.sbin/services_mkdb/uniq.c:1.5.22.1
--- src/usr.sbin/services_mkdb/uniq.c:1.5	Sun Apr 25 00:54:46 2010
+++ src/usr.sbin/services_mkdb/uniq.c	Sun Aug 10 07:00:21 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: uniq.c,v 1.5 2010/04/25 00:54:46 joerg Exp $	*/
+/*	$NetBSD: uniq.c,v 1.5.22.1 2014/08/10 07:00:21 tls 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.5.22.1 2014/08/10 07:00:21 tls Exp $");
 
 #include <stdio.h>
 #include <string.h>
@@ -96,6 +96,7 @@ uniq(const char *fname)
 			break;
 		case -1:
 			err(1, "put");
+			/*NOTREACHED*/
 		default:
 			abort();
 			break;

Reply via email to