Module Name:    src
Committed By:   ozaki-r
Date:           Wed Sep 17 01:00:41 UTC 2014

Modified Files:
        src/sbin/ping6: ping6.c

Log Message:
Remove out-of-date comments


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sbin/ping6/ping6.c

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

Modified files:

Index: src/sbin/ping6/ping6.c
diff -u src/sbin/ping6/ping6.c:1.84 src/sbin/ping6/ping6.c:1.85
--- src/sbin/ping6/ping6.c:1.84	Tue Sep 16 21:29:12 2014
+++ src/sbin/ping6/ping6.c	Wed Sep 17 01:00:41 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: ping6.c,v 1.84 2014/09/16 21:29:12 christos Exp $	*/
+/*	$NetBSD: ping6.c,v 1.85 2014/09/17 01:00:41 ozaki-r Exp $	*/
 /*	$KAME: ping6.c,v 1.164 2002/11/16 14:05:37 itojun Exp $	*/
 
 /*
@@ -77,7 +77,7 @@ static char sccsid[] = "@(#)ping.c	8.1 (
 #else
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ping6.c,v 1.84 2014/09/16 21:29:12 christos Exp $");
+__RCSID("$NetBSD: ping6.c,v 1.85 2014/09/17 01:00:41 ozaki-r Exp $");
 #endif
 #endif
 
@@ -2057,7 +2057,6 @@ tvsub(struct timeval *out, struct timeva
 /*
  * onsigexit --
  */
-/* ARGSUSED */
 static void
 onsigexit(int sig)
 {
@@ -2068,7 +2067,6 @@ onsigexit(int sig)
 		(void)kill(getpid(), SIGINT);
 	}
 
-	/* NOTREACHED */
 	exit(1);
 }
 

Reply via email to