tar: support -T - and -X -
[oweals/busybox.git] / e2fsprogs / e2fs_defs.h
index b3ea3ae344287a3867bffee06fc8e24c068ce200..379640eb88046fbfc152b954ea9e2e49d180f96d 100644 (file)
@@ -10,8 +10,8 @@
  * Copyright (C) 1991, 1992  Linus Torvalds
  */
 
-#ifndef _LINUX_EXT2_FS_H
-#define _LINUX_EXT2_FS_H
+#ifndef LINUX_EXT2_FS_H
+#define LINUX_EXT2_FS_H 1
 
 /*
  * Special inode numbers
@@ -558,4 +558,4 @@ struct ext2_dir_entry_2 {
 #define EXT2_DIR_REC_LEN(name_len)     (((name_len) + 8 + EXT2_DIR_ROUND) & \
                                         ~EXT2_DIR_ROUND)
 
-#endif /* _LINUX_EXT2_FS_H */
+#endif