summaryrefslogtreecommitdiff
path: root/quota.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 /quota.h
parentd271d0a329a5b3e99f4ad209b5270a8648739ff0 (diff)
downloadlinuxquota-6928d9d0a8f26e966f514f4e93c9a5a67f39c64b.tar.gz
Fixed some forgotten identifiers from reserved namespace. Added GUARD_ prefix
to the guarding defines.
Diffstat (limited to 'quota.h')
-rw-r--r--quota.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quota.h b/quota.h
index 8125df7..565fc7e 100644
--- a/quota.h
+++ b/quota.h
@@ -1,5 +1,5 @@
-#ifndef QUOTA_H
-#define QUOTA_H
+#ifndef GUARD_QUOTA_H
+#define GUARD_QUOTA_H
#include <sys/types.h>