diff options
author | Maksim Yevmenkin <emax@FreeBSD.org> | 2003-11-14 03:45:29 +0000 |
---|---|---|
committer | Maksim Yevmenkin <emax@FreeBSD.org> | 2003-11-14 03:45:29 +0000 |
commit | f21fff6cf234d090e1d50a447df1f1d18a128096 (patch) | |
tree | 964f386d04b41c146c4c8dff11cff16fdde5fc96 /sys/netgraph/bluetooth/include/ng_hci.h | |
parent | d1bbae0dfc57d5774881e6c0ce184a0f14995d05 (diff) | |
download | src-f21fff6cf234d090e1d50a447df1f1d18a128096.tar.gz src-f21fff6cf234d090e1d50a447df1f1d18a128096.zip |
Change double include protection style in headers to match
the rest of Netgraph code.
Reviewed by: imp, ru
Approved by: imp (mentor)
Notes
Notes:
svn path=/head/; revision=122634
Diffstat (limited to 'sys/netgraph/bluetooth/include/ng_hci.h')
-rw-r--r-- | sys/netgraph/bluetooth/include/ng_hci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/bluetooth/include/ng_hci.h b/sys/netgraph/bluetooth/include/ng_hci.h index 3bea725e05b0..ba7796f390db 100644 --- a/sys/netgraph/bluetooth/include/ng_hci.h +++ b/sys/netgraph/bluetooth/include/ng_hci.h @@ -43,7 +43,7 @@ */ #ifndef _NETGRAPH_HCI_H_ -#define _NETGRAPH_HCI_H_ 1 +#define _NETGRAPH_HCI_H_ /************************************************************************** ************************************************************************** |