summaryrefslogtreecommitdiff
path: root/quotaio_v2.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_v2.h
parentd271d0a329a5b3e99f4ad209b5270a8648739ff0 (diff)
Fixed some forgotten identifiers from reserved namespace. Added GUARD_ prefix
to the guarding defines.
Diffstat (limited to 'quotaio_v2.h')
-rw-r--r--quotaio_v2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quotaio_v2.h b/quotaio_v2.h
index 092f22f..197bb65 100644
--- a/quotaio_v2.h
+++ b/quotaio_v2.h
@@ -4,8 +4,8 @@
*
*/
-#ifndef _QUOTAIO_V2_H
-#define _QUOTAIO_V2_H
+#ifndef GUARD_QUOTAIO_V2_H
+#define GUARD_QUOTAIO_V2_H
#include <sys/types.h>
#include "quota.h"