Replace reinclude protection names with less generic versions.
This commit is contained in:
parent
a931ade446
commit
6ee0cb5d5d
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ecma167-udf.h,v 1.1 2006/02/02 15:19:15 reinoud Exp $ */
|
||||
/* $NetBSD: ecma167-udf.h,v 1.2 2006/02/02 16:14:26 reinoud Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2003, 2004, 2005, 2006 Reinoud Zandijk <reinoud@netbsd.org>
|
||||
@ -40,8 +40,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _ECMA167_UDF_H_
|
||||
#define _ECMA167_UDF_H_
|
||||
#ifndef _FS_UDF_ECMA167_UDF_H_
|
||||
#define _FS_UDF_ECMA167_UDF_H_
|
||||
|
||||
|
||||
/*
|
||||
@ -794,5 +794,5 @@ union dscrptr {
|
||||
#define GETICBLEN(ad_type, icb) ((struct ad_type *)(icb))->len
|
||||
|
||||
|
||||
#endif /* !_ECMA167_UDF_H_ */
|
||||
#endif /* !_FS_UDF_ECMA167_UDF_H_ */
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
/* $NetBSD: udf_osta.h,v 1.1 2006/02/02 15:19:16 reinoud Exp $ */
|
||||
/* $NetBSD: udf_osta.h,v 1.2 2006/02/02 16:14:26 reinoud Exp $ */
|
||||
|
||||
/*
|
||||
* Prototypes for the OSTA functions
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _OSTA_H_
|
||||
#define _OSTA_H_
|
||||
#ifndef _FS_UDF_OSTA_H_
|
||||
#define _FS_UDF_OSTA_H_
|
||||
|
||||
|
||||
#include <sys/types.h>
|
||||
@ -37,5 +37,5 @@ int UDFTransName(unicode_t *, unicode_t *, int);
|
||||
int UnicodeLength(unicode_t *string);
|
||||
|
||||
|
||||
#endif /* _OSTA_H_ */
|
||||
#endif /* _FS_UDF_OSTA_H_ */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user