Fix up header guards.
[pintos-anon] / src / lib / syscall-nr.h
index fa9bde91ecdd3008cf1aab568a42accc3b02ae8f..cf934499855829355613e9e4957e6b08ef6b92d3 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef LIB_SYSCALL_NR_H
-#define LIB_SYSCALL_NR_H 1
+#ifndef __LIB_SYSCALL-NR_H
+#define __LIB_SYSCALL-NR_H
 
 /* System call numbers. */
 #define SYS_halt 0              /* Halts the operating system. */