CVSROOT:        /cvsroot/hurdextras
Module name:    unionfs
Changes by:     Alfred M. Szmidt <ams>  06/06/21 19:12:11

Modified files:
        .              : lib.c ChangeLog 

Log message:
        (for_each_subdir): Revert previous change.  Reported by
        Aanjhan Ranganathan <[EMAIL PROTECTED]>.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/unionfs/lib.c?cvsroot=hurdextras&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/unionfs/ChangeLog?cvsroot=hurdextras&r1=1.19&r2=1.20

Patches:
Index: lib.c
===================================================================
RCS file: /cvsroot/hurdextras/unionfs/lib.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- lib.c       13 Apr 2006 11:06:02 -0000      1.8
+++ lib.c       21 Jun 2006 19:12:11 -0000      1.9
@@ -174,6 +174,9 @@
 
   for (dirent = dirent_list; (! err) && (*dirent); dirent++)
     {
+      char *name;
+      struct stat filestat;
+
       if ((!strcmp ((*dirent)->d_name, "."))
          || (!strcmp ((*dirent)->d_name, "..")))
        continue;

Index: ChangeLog
===================================================================
RCS file: /cvsroot/hurdextras/unionfs/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- ChangeLog   13 Apr 2006 12:33:36 -0000      1.19
+++ ChangeLog   21 Jun 2006 19:12:11 -0000      1.20
@@ -1,3 +1,8 @@
+2006-06-21  Alfred M. Szmidt  <[EMAIL PROTECTED]>
+
+       * lib.c (for_each_subdir): Revert previous change.  Reported by
+       Aanjhan Ranganathan <[EMAIL PROTECTED]>.
+
 2006-04-13  Ben Asselstine  <[EMAIL PROTECTED]>
 
        * options.c (argp_parse_common_options)


_______________________________________________
Hurdextras-commit mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/hurdextras-commit

Reply via email to