=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/show.c,v retrieving revision 1.23 retrieving revision 1.24 diff -c -r1.23 -r1.24 *** src/usr.bin/netstat/show.c 2009/05/23 18:28:45 1.23 --- src/usr.bin/netstat/show.c 2009/05/31 18:03:42 1.24 *************** *** 1,4 **** ! /* $OpenBSD: show.c,v 1.23 2009/05/23 18:28:45 chris Exp $ */ /* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: show.c,v 1.24 2009/05/31 18:03:42 claudio Exp $ */ /* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */ /* *************** *** 310,316 **** 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'); } --- 310,316 ---- 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'); }