hurdextras-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

unionfs lib.c ChangeLog


From: Alfred M. Szmidt
Subject: unionfs lib.c ChangeLog
Date: Wed, 21 Jun 2006 19:12:11 +0000

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 <address@hidden>.

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  <address@hidden>
+
+       * lib.c (for_each_subdir): Revert previous change.  Reported by
+       Aanjhan Ranganathan <address@hidden>.
+
 2006-04-13  Ben Asselstine  <address@hidden>
 
        * options.c (argp_parse_common_options)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]