Fix up header guards.
[pintos-anon] / src / filesys / off_t.h
index 84475e11dd3c7ad1b56dfa4886aa851e9f1605ef..55ff174cd0ae5cb52583b847785007b43412ffa2 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef HEADER_OFF_T_H
-#define HEADER_OFF_T_H 1
+#ifndef FILESYS_OFF_T_H
+#define FILESYS_OFF_T_H
 
 #include <stdint.h>
 
@@ -8,4 +8,4 @@
    definition but not any others. */
 typedef int32_t off_t;
 
-#endif /* off_t.h */
+#endif /* filesys/off_t.h */