summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjca <jca@openbsd.org>2016-07-31 19:12:26 +0000
committerjca <jca@openbsd.org>2016-07-31 19:12:26 +0000
commit1d97a04aebf2af5de3b804f1cdf2a9aec8879ad9 (patch)
tree8bbede7747330ef3be87c634d3d34e52331f8000
parentAsk for DHO_BOOTFILE_NAME and DHO_TFTP_SERVER by default. May prove (diff)
downloadwireguard-openbsd-1d97a04aebf2af5de3b804f1cdf2a9aec8879ad9.tar.xz
wireguard-openbsd-1d97a04aebf2af5de3b804f1cdf2a9aec8879ad9.zip
Duplicated decls
-rw-r--r--usr.sbin/ndp/ndp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ndp/ndp.c b/usr.sbin/ndp/ndp.c
index a6bd3dc93f1..3b14bb235fd 100644
--- a/usr.sbin/ndp/ndp.c
+++ b/usr.sbin/ndp/ndp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ndp.c,v 1.71 2016/04/05 18:09:30 jca Exp $ */
+/* $OpenBSD: ndp.c,v 1.72 2016/07/31 19:12:26 jca Exp $ */
/* $KAME: ndp.c,v 1.101 2002/07/17 08:46:33 itojun Exp $ */
/*
@@ -139,11 +139,9 @@ void ifinfo(char *, int, char **);
void rtrlist(void);
void plist(void);
void pfx_flush(void);
-void rtrlist(void);
void rtr_flush(void);
void harmonize_rtr(void);
static char *sec2str(time_t);
-static char *ether_str(struct sockaddr_dl *);
static void ts_print(const struct timeval *);
static int rdomain = 0;