* src/c99-to-c89.diff (remove.c): Adapt one hunk to match the new
authorJim Meyering <jim@meyering.net>
Tue, 5 Sep 2006 11:12:06 +0000 (11:12 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 5 Sep 2006 11:12:06 +0000 (11:12 +0000)
context from change of 2006-09-02.

ChangeLog
src/c99-to-c89.diff

index c5ba746174959489bf0d873d0a108b47e06760e2..086a49699fc1c904dd418bcf0a4c17ba68969621 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-05  Jim Meyering  <jim@meyering.net>
+
+       * src/c99-to-c89.diff (remove.c): Adapt one hunk to match the new
+       context from change of 2006-09-02.
+
 2006-09-04  Jim Meyering  <jim@meyering.net>
 
        * README-cvs: Fix typo in update command.
index 214e5eba695be9b8865b6808b231f7b6d169d647..b435063553541852960e837b8ffe9059125684e5 100644 (file)
@@ -81,7 +81,7 @@ diff -u -p -r1.156 remove.c
  
 +  {
    int fd_cwd = AT_FDCWD;
-   enum RM_status status = remove_entry (fd_cwd, ds, filename, x, NULL);
+   enum RM_status status = remove_entry (fd_cwd, ds, filename, &st, x, NULL);
    if (status == RM_NONEMPTY_DIR)
 @@ -1399,6 +1406,7 @@ rm_1 (Dirstack_state *ds, char const *fi
    ds_clear (ds);