From: Jim Meyering Date: Tue, 5 Sep 2006 11:12:06 +0000 (+0000) Subject: * src/c99-to-c89.diff (remove.c): Adapt one hunk to match the new X-Git-Tag: v6.2~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe99a4f8c8017b3940ccb9206600788e6d86107f;p=thirdparty%2Fcoreutils.git * src/c99-to-c89.diff (remove.c): Adapt one hunk to match the new context from change of 2006-09-02. --- diff --git a/ChangeLog b/ChangeLog index c5ba746174..086a49699f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-05 Jim Meyering + + * 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 * README-cvs: Fix typo in update command. diff --git a/src/c99-to-c89.diff b/src/c99-to-c89.diff index 214e5eba69..b435063553 100644 --- a/src/c99-to-c89.diff +++ b/src/c99-to-c89.diff @@ -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);