From: matthieu Date: Sat, 24 Oct 2015 20:41:40 +0000 (+0000) Subject: chlim has been removed from the nd_ifinfo structure. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=70f4a04115b1fb2aed8f8129886bbb5159c26664;p=openbsd chlim has been removed from the nd_ifinfo structure. ok kettenis@ --- diff --git a/usr.sbin/ndp/ndp.c b/usr.sbin/ndp/ndp.c index 4ce5cf63afa..53e81bd7cfb 100644 --- a/usr.sbin/ndp/ndp.c +++ b/usr.sbin/ndp/ndp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ndp.c,v 1.63 2015/10/23 15:47:54 benno Exp $ */ +/* $OpenBSD: ndp.c,v 1.64 2015/10/24 20:41:40 matthieu Exp $ */ /* $KAME: ndp.c,v 1.101 2002/07/17 08:46:33 itojun Exp $ */ /* @@ -967,7 +967,6 @@ ifinfo(char *ifname, int argc, char **argv) } printf("linkmtu=%d", ND.linkmtu); - printf(", curhlim=%d", ND.chlim); printf(", basereachable=%ds%dms", ND.basereachable / 1000, ND.basereachable % 1000); printf(", reachable=%ds", ND.reachable);