[BACK]Return to walk.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.sbin / makefs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.sbin/makefs/walk.c between version 1.20 and 1.21

version 1.20, 2006/10/10 01:39:10 version 1.21, 2006/10/10 01:41:14
Line 210  apply_specfile(const char *specfile, con
Line 210  apply_specfile(const char *specfile, con
   
                                 /* merge in the changes */                                  /* merge in the changes */
         apply_specdir(dir, root, parent);          apply_specdir(dir, root, parent);
   
           free_nodes(root);
 }  }
   
 static void  static void

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb <webmaster@jp.NetBSD.org>