Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/e2fsprogs/old_e2fsprogs/ext2fs/ext2_io.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 9  Line 9 
9   * License.   * License.
10   * %End-Header%   * %End-Header%
11   */   */
12    #ifndef EXT2FS_EXT2_IO_H
13  #ifndef _EXT2FS_EXT2_IO_H  #define EXT2FS_EXT2_IO_H 1
 #define _EXT2FS_EXT2_IO_H  
14    
15  /*  /*
16   * ext2_loff_t is defined here since unix_io.c needs it.   * ext2_loff_t is defined here since unix_io.c needs it.
# Line 110  extern void (*test_io_cb_write_blk) Line 109  extern void (*test_io_cb_write_blk)
109  extern void (*test_io_cb_set_blksize)  extern void (*test_io_cb_set_blksize)
110   (int blksize, errcode_t err);   (int blksize, errcode_t err);
111    
112  #endif /* _EXT2FS_EXT2_IO_H */  #endif
   

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