summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl_parser.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-07-04 11:05:45 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-07-04 11:05:45 +0000
commit987e16de712f4a11c166241ad06624bdcd2d5dc4 (patch)
treedf3a66f38e15b3d005361348e4f71f306752884c /sbin/pfctl/pfctl_parser.c
parent8d4a494a9a924ee35e43fac20c6b558d57f6f45f (diff)
KNF after cedric (grmpf)
Diffstat (limited to 'sbin/pfctl/pfctl_parser.c')
-rw-r--r--sbin/pfctl/pfctl_parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl_parser.c b/sbin/pfctl/pfctl_parser.c
index 133f3f335c6..368e24dcfec 100644
--- a/sbin/pfctl/pfctl_parser.c
+++ b/sbin/pfctl/pfctl_parser.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl_parser.c,v 1.166 2003/07/04 10:42:17 henning Exp $ */
+/* $OpenBSD: pfctl_parser.c,v 1.167 2003/07/04 11:05:44 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -1180,7 +1180,7 @@ host_dns(const char *s, int v4mask, int v6mask)
* if set to 1, only simple addresses are accepted (no netblock, no "!").
*/
int
-append_addr(struct pfr_buffer *b, char *s, int test)
+append_addr(struct pfr_buffer *b, char *s, int test)
{
return append_addr_not(b, s, test, 0);
}