Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/e2fsprogs/old_e2fsprogs/ext2fs/ext2_fs.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Sat Sep 1 22:45:15 2007 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 13  Line 13 
13   *   *
14   *  Copyright (C) 1991, 1992  Linus Torvalds   *  Copyright (C) 1991, 1992  Linus Torvalds
15   */   */
16    #ifndef LINUX_EXT2_FS_H
17  #ifndef _LINUX_EXT2_FS_H  #define LINUX_EXT2_FS_H 1
 #define _LINUX_EXT2_FS_H  
18    
19  #include "ext2_types.h" /* Changed from linux/types.h */  #include "ext2_types.h" /* Changed from linux/types.h */
20    
# Line 567  struct ext2_dir_entry_2 { Line 566  struct ext2_dir_entry_2 {
566  #define EXT2_DIR_REC_LEN(name_len) (((name_len) + 8 + EXT2_DIR_ROUND) & \  #define EXT2_DIR_REC_LEN(name_len) (((name_len) + 8 + EXT2_DIR_ROUND) & \
567   ~EXT2_DIR_ROUND)   ~EXT2_DIR_ROUND)
568    
569  #endif /* _LINUX_EXT2_FS_H */  #endif

Legend:
Removed from v.983  
changed lines
  Added in v.984