summaryrefslogtreecommitdiff
path: root/quotaio_xfs.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2010-01-06 11:03:39 +0000
committerjkar8572 <jkar8572>2010-01-06 11:03:39 +0000
commit6928d9d0a8f26e966f514f4e93c9a5a67f39c64b (patch)
tree813ea9e34402de6f4804936ec7cd181ecfbd18fa /quotaio_xfs.h
parentd271d0a329a5b3e99f4ad209b5270a8648739ff0 (diff)
Fixed some forgotten identifiers from reserved namespace. Added GUARD_ prefix
to the guarding defines.
Diffstat (limited to 'quotaio_xfs.h')
-rw-r--r--quotaio_xfs.h6
1 files changed, 3 insertions, 3 deletions
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 <asm/types.h>
@@ -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 */