summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/l2cap
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2003-11-14 03:45:29 +0000
committeremax <emax@FreeBSD.org>2003-11-14 03:45:29 +0000
commit644a1d748273b8d0028d046ac696f6709f4b20ca (patch)
tree964f386d04b41c146c4c8dff11cff16fdde5fc96 /sys/netgraph/bluetooth/l2cap
parent296889def06a5d1ceb9563f9342017b5e7734841 (diff)
downloadFreeBSD-src-644a1d748273b8d0028d046ac696f6709f4b20ca.zip
FreeBSD-src-644a1d748273b8d0028d046ac696f6709f4b20ca.tar.gz
Change double include protection style in headers to match
the rest of Netgraph code. Reviewed by: imp, ru Approved by: imp (mentor)
Diffstat (limited to 'sys/netgraph/bluetooth/l2cap')
-rw-r--r--sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.h2
-rw-r--r--sys/netgraph/bluetooth/l2cap/ng_l2cap_prse.h2
-rw-r--r--sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.h b/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.h
index 310f676..b588e17 100644
--- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.h
+++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.h
@@ -30,7 +30,7 @@
*/
#ifndef _NETGRAPH_L2CAP_MISC_H_
-#define _NETGRAPH_L2CAP_MISC_H_ 1
+#define _NETGRAPH_L2CAP_MISC_H_
void ng_l2cap_send_hook_info (node_p, hook_p, void *, int);
diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_prse.h b/sys/netgraph/bluetooth/l2cap/ng_l2cap_prse.h
index 7c64e7c..08a9169 100644
--- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_prse.h
+++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_prse.h
@@ -36,7 +36,7 @@
***************************************************************************/
#ifndef _NETGRAPH_L2CAP_PRSE_H_
-#define _NETGRAPH_L2CAP_PRSE_H_ 1
+#define _NETGRAPH_L2CAP_PRSE_H_
/*
* L2CAP node command list
diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h b/sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h
index f643b51..05bd0ab 100644
--- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h
+++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h
@@ -30,7 +30,7 @@
*/
#ifndef _NETGRAPH_L2CAP_VAR_H_
-#define _NETGRAPH_L2CAP_VAR_H_ 1
+#define _NETGRAPH_L2CAP_VAR_H_
/* MALLOC decalation */
#ifdef NG_SEPARATE_MALLOC
OpenPOWER on IntegriCloud