=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/inet.c,v retrieving revision 1.124 retrieving revision 1.125 diff -c -r1.124 -r1.125 *** src/usr.bin/netstat/inet.c 2013/08/18 16:32:24 1.124 --- src/usr.bin/netstat/inet.c 2013/10/24 09:33:20 1.125 *************** *** 1,4 **** ! /* $OpenBSD: inet.c,v 1.124 2013/08/18 16:32:24 guenther Exp $ */ /* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: inet.c,v 1.125 2013/10/24 09:33:20 deraadt Exp $ */ /* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */ /* *************** *** 1344,1350 **** pp("%p", inp_ipo, "\n "); pp("%p", inp_ipsec_remotecred, ", "); pp("%p", inp_ipsec_remoteauth, "\n "); ! p("%d", in6p_cksum, "\n "); pp("%p", inp_icmp6filt, "\n "); pp("%p", inp_pf_sk, "\n "); p("%u", inp_rtableid, "\n "); --- 1344,1350 ---- 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 "); p("%u", inp_rtableid, "\n ");