diff options
Diffstat (limited to 'usr.bin/netstat/inet.c')
-rw-r--r-- | usr.bin/netstat/inet.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 1c1ac3bbd6e..c95c12feb04 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inet.c,v 1.140 2015/02/12 01:49:02 claudio Exp $ */ +/* $OpenBSD: inet.c,v 1.141 2015/04/14 17:53:13 mikeb Exp $ */ /* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */ /* @@ -1445,8 +1445,6 @@ inpcb_dump(u_long off, short protocol, int af) pp("%p", inp_tdb_in, ", "); pp("%p", inp_tdb_out, ", "); pp("%p", inp_ipo, "\n "); - pp("%p", inp_ipsec_remotecred, ", "); - pp("%p", inp_ipsec_remoteauth, "\n "); p("%d", inp_cksum6, "\n "); pp("%p", inp_icmp6filt, "\n "); pp("%p", inp_pf_sk, "\n "); |