X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffilesys%2Foff_t.h;h=55ff174cd0ae5cb52583b847785007b43412ffa2;hb=6916b246f3be8c72d6e77fd98c4a1447fd2c1de7;hp=84475e11dd3c7ad1b56dfa4886aa851e9f1605ef;hpb=859a5d60ca3a5a78d88a7bfb69f9944a41535504;p=pintos-anon diff --git a/src/filesys/off_t.h b/src/filesys/off_t.h index 84475e1..55ff174 100644 --- a/src/filesys/off_t.h +++ b/src/filesys/off_t.h @@ -1,5 +1,5 @@ -#ifndef HEADER_OFF_T_H -#define HEADER_OFF_T_H 1 +#ifndef FILESYS_OFF_T_H +#define FILESYS_OFF_T_H #include @@ -8,4 +8,4 @@ definition but not any others. */ typedef int32_t off_t; -#endif /* off_t.h */ +#endif /* filesys/off_t.h */