From 6928d9d0a8f26e966f514f4e93c9a5a67f39c64b Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Wed, 6 Jan 2010 11:03:39 +0000 Subject: Fixed some forgotten identifiers from reserved namespace. Added GUARD_ prefix to the guarding defines. --- quotaio_xfs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'quotaio_xfs.h') diff --git a/quotaio_xfs.h b/quotaio_xfs.h index ac84d8d..cf89973 100644 --- a/quotaio_xfs.h +++ b/quotaio_xfs.h @@ -29,8 +29,8 @@ * * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/ */ -#ifndef QUOTAIO_XFS_H -#define QUOTAIO_XFS_H +#ifndef GUARD_QUOTAIO_XFS_H +#define GUARD_QUOTAIO_XFS_H #include @@ -147,4 +147,4 @@ typedef struct fs_quota_stat { __u16 qs_iwarnlimit; /* limit for num warnings */ } fs_quota_stat_t; -#endif /* QUOTAIO_XFS_H */ +#endif /* GUARD_QUOTAIO_XFS_H */ -- cgit v1.2.3