diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-11-06 15:18:13 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-11-06 15:18:13 +0000 |
commit | a9a439da8e60ed832b9853cfbd548b12ab47f6a3 (patch) | |
tree | 97b58c54a07ca1795f4633dfa863e4fb13a751fb | |
parent | 214492f22979ab4d07764a13b9caf5d078fa0ec4 (diff) |
two more KNF violations I missed earlier. who introduces those all the time?
-rw-r--r-- | sbin/pfctl/pfctl_parser.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/pfctl/pfctl_parser.c b/sbin/pfctl/pfctl_parser.c index df6a697200f..ae4aec5a168 100644 --- a/sbin/pfctl/pfctl_parser.c +++ b/sbin/pfctl/pfctl_parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_parser.c,v 1.178 2003/11/06 15:02:11 henning Exp $ */ +/* $OpenBSD: pfctl_parser.c,v 1.179 2003/11/06 15:18:12 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1288,7 +1288,7 @@ append_addr_host(struct pfr_buffer *b, struct node_host *n, int test, int not) int pfctl_add_trans(struct pfr_buffer *buf, int rs_num, const char *anchor, - const char *ruleset) + const char *ruleset) { struct pfioc_trans_e trans; @@ -1305,7 +1305,7 @@ pfctl_add_trans(struct pfr_buffer *buf, int rs_num, const char *anchor, u_int32_t pfctl_get_ticket(struct pfr_buffer *buf, int rs_num, const char *anchor, - const char *ruleset) + const char *ruleset) { struct pfioc_trans_e *p; |