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/943b1e25dfc1
branches: trunk
changeset: 332342:943b1e25dfc1
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 f1b63e6bb3d7 -r 943b1e25dfc1 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