From 818060011e6bd0cae598aca1a293aa6160af6864 Mon Sep 17 00:00:00 2001 From: nonaka Date: Thu, 12 Jul 2018 07:32:35 +0000 Subject: [PATCH] Remove duplicate rtrlist() function prototype. --- usr.sbin/ndp/ndp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.sbin/ndp/ndp.c b/usr.sbin/ndp/ndp.c index f2cfd7909867..42a1e90eadf2 100644 --- a/usr.sbin/ndp/ndp.c +++ b/usr.sbin/ndp/ndp.c @@ -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 ifinfo(char *, int, char **); 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? */