Use standard POSIX "ustar" format for the scratch disk.
[pintos-anon] / src / lib / round.h
index df0fb4af0f2e016bc6f8a0d2af2d134a7f06880b..3aa66427409c4e3be1e061a8d910cba38b4766f3 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef LIB_ROUND_H
-#define LIB_ROUND_H
+#ifndef __LIB_ROUND_H
+#define __LIB_ROUND_H
 
 /* Yields X rounded up to the nearest multiple of STEP.
    For X >= 0, STEP >= 1 only. */