diff options
Diffstat (limited to 'contrib/pf/pfctl/pfctl_parser.h')
-rw-r--r-- | contrib/pf/pfctl/pfctl_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pf/pfctl/pfctl_parser.h b/contrib/pf/pfctl/pfctl_parser.h index e866bd8..47e60ee 100644 --- a/contrib/pf/pfctl/pfctl_parser.h +++ b/contrib/pf/pfctl/pfctl_parser.h @@ -135,7 +135,7 @@ struct node_queue_opt { } data; }; -#if defined(__FreeBSD__) +#ifdef __FreeBSD__ /* * XXX * Absolutely this is not correct location to define this. |