Fix up header guards.
[pintos-anon] / src / lib / kernel / hash.h
index e37592bfbeae5d32ac2928dcecb8b6470b1f0ad2..b7eadd31a57a147b7590efb142383bf2ab612e43 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef HEADER_HASH_H
-#define HEADER_HASH_H 1
+#ifndef __LIB_KERNEL_HASH_H
+#define __LIB_KERNEL_HASH_H
 
 /* Hash table.
 
@@ -88,4 +88,4 @@ unsigned hash_bytes (const void *, size_t);
 unsigned hash_string (const char *);
 unsigned hash_int (int);
 
-#endif /* hash.h */
+#endif /* lib/kernel/hash.h */