=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/show.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -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 +1,4 @@ -/* $OpenBSD: show.c,v 1.23 2009/05/23 18:28:45 chris Exp $ */ +/* $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,7 +310,7 @@ else printf("%5s ", "-"); putchar((rtm->rtm_rmx.rmx_locks & RTV_MTU) ? 'L' : ' '); - printf(" %2d %.16s", rtm->rtm_priority & RTP_MASK, + printf(" %2d %.16s", rtm->rtm_priority, if_indextoname(rtm->rtm_index, ifbuf)); putchar('\n'); }