Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/e2fsprogs/old_e2fsprogs/blkid/blkid.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 10  Line 10 
10   * GNU Lesser General Public License.   * GNU Lesser General Public License.
11   * %End-Header%   * %End-Header%
12   */   */
13    #ifndef BLKID_BLKID_H
14  #ifndef _BLKID_BLKID_H  #define BLKID_BLKID_H 1
 #define _BLKID_BLKID_H  
15    
16  #include <sys/types.h>  #include <sys/types.h>
17  #include <linux/types.h>  #include <linux/types.h>
# Line 102  extern int blkid_parse_tag_string(const Line 101  extern int blkid_parse_tag_string(const
101  }  }
102  #endif  #endif
103    
104  #endif /* _BLKID_BLKID_H */  #endif

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