Fix up header guards.
[pintos-anon] / src / threads / init.h
index fed649bb60e08a93b4c7c97ac3f1d02b04535653..fafb4924bfd1931fb4ced93a36d8e28fa97c1f7a 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef HEADER_INIT_H
-#define HEADER_INIT_H 1
+#ifndef THREADS_INIT_H
+#define THREADS_INIT_H
 
 #include <stddef.h>
 
 /* Physical memory size, in 4 kB pages. */
 size_t ram_pages;
 
-#endif /* init.h */
+#endif /* threads/init.h */