Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/e2fsprogs/old_e2fsprogs/e2p/e2p.h

    r1765 r2725  
    1414#endif
    1515
    16 /* `options' for print_flags() */
     16/* `options' for print_e2flags() */
    1717
    1818#define PFOPT_LONG  1 /* Must be 1 for compatibility with `int long_format'. */
     
    3838void list_super2(struct ext2_super_block * s, FILE *f);
    3939#define list_super(s) list_super2(s, stdout)
    40 void print_fs_errors (FILE * f, unsigned short errors);
    41 void print_flags (FILE * f, unsigned long flags, unsigned options);
    42 void print_fs_state (FILE * f, unsigned short state);
     40void print_fs_errors (FILE *f, unsigned short errors);
     41void print_flags (FILE *f, unsigned long flags, unsigned options);
     42void print_fs_state (FILE *f, unsigned short state);
    4343int setflags (int fd, unsigned long flags);
    4444int setversion (int fd, unsigned long version);
Note: See TracChangeset for help on using the changeset viewer.