X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffilesys%2Ffilehdr.h;h=60bca9619d452a26f08800cc089733b89e738491;hb=6916b246f3be8c72d6e77fd98c4a1447fd2c1de7;hp=7c9f37f27ba1e510e282f4945cdd4fe5fcf5ddba;hpb=859a5d60ca3a5a78d88a7bfb69f9944a41535504;p=pintos-anon diff --git a/src/filesys/filehdr.h b/src/filesys/filehdr.h index 7c9f37f..60bca96 100644 --- a/src/filesys/filehdr.h +++ b/src/filesys/filehdr.h @@ -1,5 +1,5 @@ -#ifndef HEADER_FILEHDR_H -#define HEADER_FILEHDR_H 1 +#ifndef FILESYS_FILEHDR_H +#define FILESYS_FILEHDR_H #include #include @@ -29,4 +29,4 @@ disk_sector_t filehdr_byte_to_sector (const struct filehdr *, off_t); off_t filehdr_length (const struct filehdr *); void filehdr_print (const struct filehdr *); -#endif /* filehdr.h */ +#endif /* filesys/filehdr.h */