Clean up -Wheader-guard warnings.

Submitted by:	<dt71@gmx.com>
MFC after:	3 days
X-MFC with:	r251848
This commit is contained in:
Sergey Kandaurov 2013-06-17 20:11:04 +00:00
parent eda6cf02b8
commit 77b2b60dcf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251862
5 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@
*/
#ifndef _DEV_PUC_BFE_H_
#define _DEV_PUC_BFE_H
#define _DEV_PUC_BFE_H_
#define PUC_PCI_BARS 6

View File

@ -27,7 +27,7 @@
*/
#ifndef _DEV_PUC_CFG_H_
#define _DEV_PUC_CFG_H
#define _DEV_PUC_CFG_H_
#define DEFAULT_RCLK 1843200

View File

@ -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>

View File

@ -26,7 +26,7 @@
* $FreeBSD$
*/
#ifndef _UPDATER_H_
#define _UPDATER_H
#define _UPDATER_H_
void *updater(void *);

View File

@ -28,7 +28,7 @@
*/
#if !defined(__VSORT_H__)
#define _VSORT_H__
#define __VSORT_H__
#include "bwstring.h"