=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/inet.c,v retrieving revision 1.167 retrieving revision 1.168 diff -c -r1.167 -r1.168 *** src/usr.bin/netstat/inet.c 2019/12/08 11:08:22 1.167 --- src/usr.bin/netstat/inet.c 2020/01/15 14:02:37 1.168 *************** *** 1,4 **** ! /* $OpenBSD: inet.c,v 1.167 2019/12/08 11:08:22 sashan Exp $ */ /* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: inet.c,v 1.168 2020/01/15 14:02:37 mpi Exp $ */ /* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */ /* *************** *** 1379,1385 **** printf("%s ", name); p("%#.8x", sb_flagsintr, ", "); p("%#.4x", sb_flags, ", "); ! p("%u", sb_timeo, "\n "); #undef p } --- 1379,1385 ---- printf("%s ", name); p("%#.8x", sb_flagsintr, ", "); p("%#.4x", sb_flags, ", "); ! p("%llu", sb_timeo_nsecs, "\n "); #undef p }