=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/pftop.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/systat/pftop.c 2010/07/22 12:33:29 1.15 +++ src/usr.bin/systat/pftop.c 2010/10/28 16:08:10 1.16 @@ -1,4 +1,4 @@ -/* $Id: pftop.c,v 1.15 2010/07/22 12:33:29 giovanni Exp $ */ +/* $Id: pftop.c,v 1.16 2010/10/28 16:08:10 deraadt Exp $ */ /* * Copyright (c) 2001, 2007 Can Erkin Acar * Copyright (c) 2001 Daniel Hartmeier @@ -480,10 +480,10 @@ } if (s2->direction == PF_IN) { - ab = &s2->key[PF_SK_STACK].addr[ii];; + ab = &s2->key[PF_SK_STACK].addr[ii]; pb = s2->key[PF_SK_STACK].port[ii]; } else { - ab = &s2->key[PF_SK_WIRE].addr[io];; + ab = &s2->key[PF_SK_WIRE].addr[io]; pb = s2->key[PF_SK_WIRE].port[io]; } @@ -528,10 +528,10 @@ } if (s2->direction == PF_IN) { - ab = &s2->key[PF_SK_STACK].addr[ii];; + ab = &s2->key[PF_SK_STACK].addr[ii]; pb = s2->key[PF_SK_STACK].port[ii]; } else { - ab = &s2->key[PF_SK_WIRE].addr[io];; + ab = &s2->key[PF_SK_WIRE].addr[io]; pb = s2->key[PF_SK_WIRE].port[io]; }