Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/e2fsprogs/old_e2fsprogs/blkid/save.c

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

revision 532 by niro, Sat Sep 1 22:45:15 2007 UTC revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC
# Line 102  int blkid_flush_cache(blkid_cache cache) Line 102  int blkid_flush_cache(blkid_cache cache)
102   }   }
103    
104   if (!file) {   if (!file) {
105   file = fopen(filename, "w");   file = fopen_for_write(filename);
106   opened = filename;   opened = filename;
107   }   }
108    

Legend:
Removed from v.532  
changed lines
  Added in v.816