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/dfad1e88162d
branches:  trunk
changeset: 324595:dfad1e88162d
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 e0fb122a6ace -r dfad1e88162d 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