summaryrefslogtreecommitdiffstats
path: root/freebsd/sbin/pfctl/parse.y
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2018-05-02 11:56:39 +0200
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2018-05-03 07:09:46 +0200
commita779a3b870fedeef9bf4cda06051f8fe6739f7f9 (patch)
tree0e86bf9b33eb4e92b1f7ba668eb047df10455820 /freebsd/sbin/pfctl/parse.y
parentbuildset: Add minimal and everything config. (diff)
downloadrtems-libbsd-a779a3b870fedeef9bf4cda06051f8fe6739f7f9.tar.bz2
pfctl: Undef INET6 to avoid warning.
Diffstat (limited to 'freebsd/sbin/pfctl/parse.y')
-rw-r--r--freebsd/sbin/pfctl/parse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd/sbin/pfctl/parse.y b/freebsd/sbin/pfctl/parse.y
index 78ca561c..00e77118 100644
--- a/freebsd/sbin/pfctl/parse.y
+++ b/freebsd/sbin/pfctl/parse.y
@@ -29,6 +29,7 @@
%{
#ifdef __rtems__
#include <machine/rtems-bsd-user-space.h>
+#undef INET6
#endif /* __rtems__ */
#ifdef __rtems__