=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/show.c,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/netstat/show.c 2008/05/08 07:19:42 1.13 --- src/usr.bin/netstat/show.c 2008/09/15 20:13:10 1.14 *************** *** 1,4 **** ! /* $OpenBSD: show.c,v 1.13 2008/05/08 07:19:42 claudio Exp $ */ /* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: show.c,v 1.14 2008/09/15 20:13:10 claudio Exp $ */ /* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */ /* *************** *** 305,311 **** else printf("%5s ", "-"); putchar((rtm->rtm_rmx.rmx_locks & RTV_MTU) ? 'L' : ' '); ! printf(" %2d %.16s", rtm->rtm_priority, if_indextoname(rtm->rtm_index, ifbuf)); putchar('\n'); } --- 305,311 ---- else printf("%5s ", "-"); putchar((rtm->rtm_rmx.rmx_locks & RTV_MTU) ? 'L' : ' '); ! printf(" %2d %.16s", rtm->rtm_priority & RTP_MASK, if_indextoname(rtm->rtm_index, ifbuf)); putchar('\n'); }