summaryrefslogtreecommitdiff
path: root/quotaio_v1.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_v1.h
parentd271d0a329a5b3e99f4ad209b5270a8648739ff0 (diff)
Fixed some forgotten identifiers from reserved namespace. Added GUARD_ prefix
to the guarding defines.
Diffstat (limited to 'quotaio_v1.h')
-rw-r--r--quotaio_v1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quotaio_v1.h b/quotaio_v1.h
index fd4475e..b74290b 100644
--- a/quotaio_v1.h
+++ b/quotaio_v1.h
@@ -2,8 +2,8 @@
* Headerfile for old quotafile format
*/
-#ifndef _QUOTAIO_V1_H
-#define _QUOTAIO_V1_H
+#ifndef GUARD_QUOTAIO_V1_H
+#define GUARD_QUOTAIO_V1_H
#include <sys/types.h>