Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/util-linux/hexdump.c

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

revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 41  static const char *const add_strings[] = Line 41  static const char *const add_strings[] =
41    
42  static const char add_first[] ALIGN1 = "\"%07.7_Ax\n\"";  static const char add_first[] ALIGN1 = "\"%07.7_Ax\n\"";
43    
44  static const char hexdump_opts[] ALIGN1 = "bcdoxCe:f:n:s:v" USE_FEATURE_HEXDUMP_REVERSE("R");  static const char hexdump_opts[] ALIGN1 = "bcdoxCe:f:n:s:v" IF_FEATURE_HEXDUMP_REVERSE("R");
45    
46  static const struct suffix_mult suffixes[] = {  static const struct suffix_mult suffixes[] = {
47   { "b", 512 },   { "b", 512 },
48   { "k", 1024 },   { "k", 1024 },
49   { "m", 1024*1024 },   { "m", 1024*1024 },
50   { }   { "", 0 }
51  };  };
52    
53  int hexdump_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;  int hexdump_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;

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