Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/e2fsprogs/lsattr.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 57  static void list_attributes(const char * Line 57  static void list_attributes(const char *
57   bb_perror_msg("reading %s", name);   bb_perror_msg("reading %s", name);
58  }  }
59    
60  static int lsattr_dir_proc(const char *dir_name, struct dirent *de,  static int FAST_FUNC lsattr_dir_proc(const char *dir_name,
61     void *private UNUSED_PARAM)   struct dirent *de,
62     void *private UNUSED_PARAM)
63  {  {
64   struct stat st;   struct stat st;
65   char *path;   char *path;

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