mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 20:51:09 +01:00
Clean up -Wheader-guard warnings.
Submitted by: <dt71@gmx.com> MFC after: 3 days X-MFC with: r251848
This commit is contained in:
parent
eda6cf02b8
commit
77b2b60dcf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251862
@ -27,7 +27,7 @@
|
||||
*/
|
||||
|
||||
#ifndef _DEV_PUC_BFE_H_
|
||||
#define _DEV_PUC_BFE_H
|
||||
#define _DEV_PUC_BFE_H_
|
||||
|
||||
#define PUC_PCI_BARS 6
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
*/
|
||||
|
||||
#ifndef _DEV_PUC_CFG_H_
|
||||
#define _DEV_PUC_CFG_H
|
||||
#define _DEV_PUC_CFG_H_
|
||||
|
||||
#define DEFAULT_RCLK 1843200
|
||||
|
||||
|
@ -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>
|
||||
|
@ -26,7 +26,7 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
#ifndef _UPDATER_H_
|
||||
#define _UPDATER_H
|
||||
#define _UPDATER_H_
|
||||
|
||||
void *updater(void *);
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
*/
|
||||
|
||||
#if !defined(__VSORT_H__)
|
||||
#define _VSORT_H__
|
||||
#define __VSORT_H__
|
||||
|
||||
#include "bwstring.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user