mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 00:01:13 +01:00
Fix header guards.
This was ready about the same time as r251862 so just make one final cleanup Submitted by: dt71@gmx.com
This commit is contained in:
parent
77b2b60dcf
commit
702a1889cc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251863
@ -27,8 +27,8 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#if !defined(__VSORT_H__)
|
||||
#define __VSORT_H__
|
||||
#ifndef _VSORT_H_
|
||||
#define _VSORT_H_
|
||||
|
||||
#include "bwstring.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user