Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/e2fsprogs/chattr.c

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

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 67  static int decode_arg(const char *arg, s Line 67  static int decode_arg(const char *arg, s
67    
68  static void change_attributes(const char *name, struct globals *gp);  static void change_attributes(const char *name, struct globals *gp);
69    
70  static int chattr_dir_proc(const char *dir_name, struct dirent *de, void *gp)  static int FAST_FUNC chattr_dir_proc(const char *dir_name, struct dirent *de, void *gp)
71  {  {
72   char *path = concat_subpath_file(dir_name, de->d_name);   char *path = concat_subpath_file(dir_name, de->d_name);
73   /* path is NULL if de->d_name is "." or "..", else... */   /* path is NULL if de->d_name is "." or "..", else... */

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