summaryrefslogtreecommitdiffstats
path: root/sys/contrib/pf/net/if_pflog.h
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2004-03-17 21:11:02 +0000
committermlaier <mlaier@FreeBSD.org>2004-03-17 21:11:02 +0000
commit01e7b3342e5074db1ea0c103fdfa9759729330eb (patch)
treed6afb183edfb5fc8f0f20dca0fd9f0f4848a762a /sys/contrib/pf/net/if_pflog.h
parent257769d6cca6a4d7fb115ea3fcb5f6043062e91f (diff)
downloadFreeBSD-src-01e7b3342e5074db1ea0c103fdfa9759729330eb.zip
FreeBSD-src-01e7b3342e5074db1ea0c103fdfa9759729330eb.tar.gz
Style(9) round for the pf kernel parts. Mostly #if defined() -> #ifdef
Also set HOOK_HACK to true (remove the related #ifdef's) as we have the hooks in the kernel this was missed during the merge from the port. Noticed by: Amir S. (for the HOOK_HACK part) Approved by: bms(mentor)
Diffstat (limited to 'sys/contrib/pf/net/if_pflog.h')
-rw-r--r--sys/contrib/pf/net/if_pflog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/pf/net/if_pflog.h b/sys/contrib/pf/net/if_pflog.h
index 22a85ea..e598239 100644
--- a/sys/contrib/pf/net/if_pflog.h
+++ b/sys/contrib/pf/net/if_pflog.h
@@ -30,7 +30,7 @@
struct pflog_softc {
struct ifnet sc_if; /* the interface */
-#if defined(__FreeBSD__)
+#ifdef __FreeBSD__
LIST_ENTRY(pflog_softc) sc_next;
#endif
};
OpenPOWER on IntegriCloud