Fix up header guards.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 6 Sep 2004 05:45:49 +0000 (05:45 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 6 Sep 2004 05:45:49 +0000 (05:45 +0000)
src/lib/syscall-nr.h
src/lib/user/syscall-stub.h
src/threads/intr-stubs.h

index cf934499855829355613e9e4957e6b08ef6b92d3..498d05c6511ca54c24112da7c477aebd1b40326d 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __LIB_SYSCALL-NR_H
-#define __LIB_SYSCALL-NR_H
+#ifndef __LIB_SYSCALL_NR_H
+#define __LIB_SYSCALL_NR_H
 
 /* System call numbers. */
 #define SYS_halt 0              /* Halts the operating system. */
index 80274bb5d1e4605770777b968956b3bedece4636..4f6036f7e8e30e302896cd0c73dda25ce0eb6333 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __LIB_USER_SYSCALL-STUB_H
-#define __LIB_USER_SYSCALL-STUB_H
+#ifndef __LIB_USER_SYSCALL_STUB_H
+#define __LIB_USER_SYSCALL_STUB_H
 
 int syscall (int nr, ...);
 
index debeaabc075ab3668b78271d028e703481e1b113..116b637e3cd0b7560f4a5d3dae57b475f80ba0db 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef THREADS_INTR-STUBS_H
-#define THREADS_INTR-STUBS_H
+#ifndef THREADS_INTR_STUBS_H
+#define THREADS_INTR_STUBS_H
 
 /* Interrupt stubs.