Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/ndp Remove duplicate rtrlist() function prototype.
details: https://anonhg.NetBSD.org/src/rev/798eb37ac63b
branches: trunk
changeset: 320552:798eb37ac63b
user: nonaka <nonaka%NetBSD.org@localhost>
date: Thu Jul 12 07:32:35 2018 +0000
description:
Remove duplicate rtrlist() function prototype.
diffstat:
usr.sbin/ndp/ndp.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r e124914599b5 -r 798eb37ac63b usr.sbin/ndp/ndp.c
--- a/usr.sbin/ndp/ndp.c Thu Jul 12 07:06:35 2018 +0000
+++ b/usr.sbin/ndp/ndp.c Thu Jul 12 07:32:35 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ndp.c,v 1.51 2018/06/16 13:09:41 christos Exp $ */
+/* $NetBSD: ndp.c,v 1.52 2018/07/12 07:32:35 nonaka Exp $ */
/* $KAME: ndp.c,v 1.121 2005/07/13 11:30:13 keiichi Exp $ */
/*
@@ -134,7 +134,6 @@
static void rtrlist(void);
static void plist(void);
static void pfx_flush(void);
-static void rtrlist(void);
static void rtr_flush(void);
static void harmonize_rtr(void);
#ifdef SIOCSDEFIFACE_IN6 /* XXX: check SIOCGDEFIFACE_IN6 as well? */
Home |
Main Index |
Thread Index |
Old Index