diff options
author | Philipp Buehler <pb@cvs.openbsd.org> | 2004-04-28 15:12:21 +0000 |
---|---|---|
committer | Philipp Buehler <pb@cvs.openbsd.org> | 2004-04-28 15:12:21 +0000 |
commit | 62d4936e20cd213a9c840dab5b2d2786a66da765 (patch) | |
tree | e3cedac712c648ca5051ae74c66c35674e42ecf1 /sys | |
parent | b912a1ce664a0ddde2fa1e331cafff5f5d2163f4 (diff) |
gcc3 shut up (from naddy@)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/pf_table.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/pf_table.c b/sys/net/pf_table.c index e6c8aec82a3..e2d13e598e5 100644 --- a/sys/net/pf_table.c +++ b/sys/net/pf_table.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_table.c,v 1.51 2004/04/28 03:31:33 pb Exp $ */ +/* $OpenBSD: pf_table.c,v 1.52 2004/04/28 15:12:20 pb Exp $ */ /* * Copyright (c) 2002 Cedric Berger @@ -1942,6 +1942,7 @@ pfr_update_stats(struct pfr_ktable *kt, struct pf_addr *a, sa_family_t af, break; #endif /* INET6 */ default: + ; } if ((ke == NULL || ke->pfrke_not) != notrule) { if (op_pass != PFR_OP_PASS) |