summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/drivers
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/drivers
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/drivers')
-rw-r--r--sys/netgraph/bluetooth/drivers/h4/ng_h4_prse.h2
-rw-r--r--sys/netgraph/bluetooth/drivers/h4/ng_h4_var.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/bluetooth/drivers/h4/ng_h4_prse.h b/sys/netgraph/bluetooth/drivers/h4/ng_h4_prse.h
index 7ed646e..a4e74a4 100644
--- a/sys/netgraph/bluetooth/drivers/h4/ng_h4_prse.h
+++ b/sys/netgraph/bluetooth/drivers/h4/ng_h4_prse.h
@@ -36,7 +36,7 @@
***************************************************************************/
#ifndef _NETGRAPH_H4_PRSE_H_
-#define _NETGRAPH_H4_PRSE_H_ 1
+#define _NETGRAPH_H4_PRSE_H_
/*
* H4 node command list
diff --git a/sys/netgraph/bluetooth/drivers/h4/ng_h4_var.h b/sys/netgraph/bluetooth/drivers/h4/ng_h4_var.h
index f6ac7fe..932a04e 100644
--- a/sys/netgraph/bluetooth/drivers/h4/ng_h4_var.h
+++ b/sys/netgraph/bluetooth/drivers/h4/ng_h4_var.h
@@ -36,7 +36,7 @@
*/
#ifndef _NETGRAPH_H4_VAR_H_
-#define _NETGRAPH_H4_VAR_H_ 1
+#define _NETGRAPH_H4_VAR_H_
/*
* Malloc declaration
OpenPOWER on IntegriCloud