summaryrefslogtreecommitdiff
path: root/dqblk_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 /dqblk_v2.h
parentd271d0a329a5b3e99f4ad209b5270a8648739ff0 (diff)
Fixed some forgotten identifiers from reserved namespace. Added GUARD_ prefix
to the guarding defines.
Diffstat (limited to 'dqblk_v2.h')
-rw-r--r--dqblk_v2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dqblk_v2.h b/dqblk_v2.h
index d71baf0..c06168d 100644
--- a/dqblk_v2.h
+++ b/dqblk_v2.h
@@ -4,8 +4,8 @@
*
*/
-#ifndef _DQBLK_V2_H
-#define _DQBLK_V2_H
+#ifndef GUARD_DQBLK_V2_H
+#define GUARD_DQBLK_V2_H
#include <sys/types.h>
#include "quota_tree.h"