Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/coreutils/du.c

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

revision 1122 by niro, Sun May 30 11:32:42 2010 UTC revision 1123 by niro, Wed Aug 18 21:56:57 2010 UTC
# Line 50  struct globals { Line 50  struct globals {
50   int slink_depth;   int slink_depth;
51   int du_depth;   int du_depth;
52   dev_t dir_dev;   dev_t dir_dev;
53  };  } FIX_ALIASING;
54  #define G (*(struct globals*)&bb_common_bufsiz1)  #define G (*(struct globals*)&bb_common_bufsiz1)
55    
56    

Legend:
Removed from v.1122  
changed lines
  Added in v.1123