Last usage got removed in

        revision 1.9
        date: 2001/02/08 08:35:17;  author: itojun;  state: Exp;  lines: +109 
-27;
        pull latest kame tree.  ndp -n -a printing is now prettier with long
        IPv6 addresses.  -l is deprecated (ignored).

OK?

Index: ndp.c
===================================================================
RCS file: /cvs/src/usr.sbin/ndp/ndp.c,v
retrieving revision 1.90
diff -u -p -r1.90 ndp.c
--- ndp.c       13 Jul 2018 09:03:44 -0000      1.90
+++ ndp.c       20 Jan 2019 22:41:24 -0000
@@ -116,7 +116,6 @@ static int32_t thiszone;    /* time differe
 static int rtsock = -1;
 static int repeat = 0;
 
-char ntop_buf[INET6_ADDRSTRLEN];       /* inet_ntop() */
 char host_buf[NI_MAXHOST];             /* getnameinfo() */
 char ifix_buf[IFNAMSIZ];               /* if_indextoname() */
 

Reply via email to