Fix up header guards.
[pintos-anon] / src / lib / kernel / list.h
index 1bf66312553cc4ec271840f6fb39c287dd7a2735..88ed5952650a033de6d36a84e171eb79dc502f3b 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef HEADER_LIST_H
-#define HEADER_LIST_H 1
+#ifndef __LIB_KERNEL_LIST_H
+#define __LIB_KERNEL_LIST_H
 
 /* Doubly linked list.
 
@@ -162,4 +162,4 @@ void list_insert_ordered (struct list *, list_elem *,
 void list_unique (struct list *, struct list *duplicates,
                   list_less_func *, void *aux);
 
-#endif /* list.h */
+#endif /* lib/kernel/list.h */