diff options
author | pluknet <pluknet@FreeBSD.org> | 2013-06-17 20:11:04 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2013-06-17 20:11:04 +0000 |
commit | 39742cda0343d1c1e0abd15b51656ffd08af65d3 (patch) | |
tree | e56f426548b4d14a5ff304a7ab05688ca05d9741 /sys/dev | |
parent | d5f66cc8894f1d09d05ccb14df4bf2d0e7152603 (diff) | |
download | FreeBSD-src-39742cda0343d1c1e0abd15b51656ffd08af65d3.zip FreeBSD-src-39742cda0343d1c1e0abd15b51656ffd08af65d3.tar.gz |
Clean up -Wheader-guard warnings.
Submitted by: <dt71@gmx.com>
MFC after: 3 days
X-MFC with: r251848
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/puc/puc_bfe.h | 2 | ||||
-rw-r--r-- | sys/dev/puc/puc_cfg.h | 2 | ||||
-rw-r--r-- | sys/dev/vxge/vxge.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/puc/puc_bfe.h b/sys/dev/puc/puc_bfe.h index c67fab5..3cf0c53 100644 --- a/sys/dev/puc/puc_bfe.h +++ b/sys/dev/puc/puc_bfe.h @@ -27,7 +27,7 @@ */ #ifndef _DEV_PUC_BFE_H_ -#define _DEV_PUC_BFE_H +#define _DEV_PUC_BFE_H_ #define PUC_PCI_BARS 6 diff --git a/sys/dev/puc/puc_cfg.h b/sys/dev/puc/puc_cfg.h index 4c2c65e..3599d4c 100644 --- a/sys/dev/puc/puc_cfg.h +++ b/sys/dev/puc/puc_cfg.h @@ -27,7 +27,7 @@ */ #ifndef _DEV_PUC_CFG_H_ -#define _DEV_PUC_CFG_H +#define _DEV_PUC_CFG_H_ #define DEFAULT_RCLK 1843200 diff --git a/sys/dev/vxge/vxge.h b/sys/dev/vxge/vxge.h index 439c1ce..37ab88b 100644 --- a/sys/dev/vxge/vxge.h +++ b/sys/dev/vxge/vxge.h @@ -31,7 +31,7 @@ /*$FreeBSD$*/ #ifndef _VXGE_H_ -#define __VXGE_H_ +#define _VXGE_H_ #include <dev/vxge/vxgehal/vxgehal.h> #include <dev/vxge/vxge-osdep.h> |