summaryrefslogtreecommitdiffstats
path: root/sys/net/if_pfsync.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-10-24 11:14:33 +0000
committerderaadt <deraadt@openbsd.org>2013-10-24 11:14:33 +0000
commita0e69eb01928ceb276ca90907e2577de5cf4026e (patch)
tree0ebc3da82af4f08eb3b75cc8d8ce940c28056f89 /sys/net/if_pfsync.h
parentsycn (diff)
downloadwireguard-openbsd-a0e69eb01928ceb276ca90907e2577de5cf4026e.tar.xz
wireguard-openbsd-a0e69eb01928ceb276ca90907e2577de5cf4026e.zip
Move obvious kernel prototypes (and structure's with kernel pointers,
obviously only used in the kernel) behind #ifdef _KERNEL
Diffstat (limited to 'sys/net/if_pfsync.h')
-rw-r--r--sys/net/if_pfsync.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_pfsync.h b/sys/net/if_pfsync.h
index 4fcc8006b6b..b2c97ea68e8 100644
--- a/sys/net/if_pfsync.h
+++ b/sys/net/if_pfsync.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_pfsync.h,v 1.46 2012/06/29 15:12:21 mikeb Exp $ */
+/* $OpenBSD: if_pfsync.h,v 1.47 2013/10/24 11:14:33 deraadt Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -310,6 +310,6 @@ int pfsync_defer(struct pf_state *, struct mbuf *);
int pfsync_up(void);
int pfsync_state_in_use(struct pf_state *);
-#endif
+#endif /* _KERNEL */
#endif /* _NET_IF_PFSYNC_H_ */