summaryrefslogtreecommitdiff
path: root/quotasys.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 /quotasys.h
parentd271d0a329a5b3e99f4ad209b5270a8648739ff0 (diff)
Fixed some forgotten identifiers from reserved namespace. Added GUARD_ prefix
to the guarding defines.
Diffstat (limited to 'quotasys.h')
-rw-r--r--quotasys.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/quotasys.h b/quotasys.h
index b75652a..90e5aae 100644
--- a/quotasys.h
+++ b/quotasys.h
@@ -4,8 +4,8 @@
*
*/
-#ifndef QUOTASYS_H
-#define QUOTASYS_H
+#ifndef GUARD_QUOTASYS_H
+#define GUARD_QUOTASYS_H
#include <sys/types.h>
#include "mntopt.h"
@@ -146,4 +146,4 @@ struct mntent *get_next_mount(void);
/* Free all structures associated with mountpoints scan */
void end_mounts_scan(void);
-#endif /* QUOTASYS_H */
+#endif /* GUARD_QUOTASYS_H */