summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/contrib/pf/net/pf.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-11-06 09:35:05 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-11-11 10:08:06 +0100
commit0a57e1db23218393483a356c07868413a45caeeb (patch)
treea2d1dd67f5b05a52b1f79f571c690ebcf299d775 /freebsd/sys/contrib/pf/net/pf.c
parentChange license to BSD (diff)
downloadrtems-libbsd-0a57e1db23218393483a356c07868413a45caeeb.tar.bz2
Reduce divergence from FreeBSD sources
Diffstat (limited to 'freebsd/sys/contrib/pf/net/pf.c')
-rw-r--r--freebsd/sys/contrib/pf/net/pf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/freebsd/sys/contrib/pf/net/pf.c b/freebsd/sys/contrib/pf/net/pf.c
index e24cd26c..70123329 100644
--- a/freebsd/sys/contrib/pf/net/pf.c
+++ b/freebsd/sys/contrib/pf/net/pf.c
@@ -69,9 +69,9 @@ __FBSDID("$FreeBSD$");
#endif
#else
-#include <rtems/bsd/local/bpfilter.h>
-#include <rtems/bsd/local/pflog.h>
-#include <rtems/bsd/local/pfsync.h>
+#include "bpfilter.h"
+#include "pflog.h"
+#include "pfsync.h"
#endif
#include <rtems/bsd/sys/param.h>