Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/ping6 Remove out-of-date comments



details:   https://anonhg.NetBSD.org/src/rev/31ad6876f000
branches:  trunk
changeset: 802484:31ad6876f000
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Wed Sep 17 01:00:41 2014 +0000

description:
Remove out-of-date comments

diffstat:

 sbin/ping6/ping6.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 7078a77e7cd3 -r 31ad6876f000 sbin/ping6/ping6.c
--- a/sbin/ping6/ping6.c        Wed Sep 17 00:39:28 2014 +0000
+++ b/sbin/ping6/ping6.c        Wed Sep 17 01:00:41 2014 +0000
@@ -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 @@
 #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 @@
 /*
  * onsigexit --
  */
-/* ARGSUSED */
 static void
 onsigexit(int sig)
 {
@@ -2068,7 +2067,6 @@
                (void)kill(getpid(), SIGINT);
        }
 
-       /* NOTREACHED */
        exit(1);
 }
 



Home | Main Index | Thread Index | Old Index