diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-05 11:12:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-05 11:12:06 +0000 |
commit | fe99a4f8c8017b3940ccb9206600788e6d86107f (patch) | |
tree | a38d86eb0cccd4e14418e82d7ff49be1d9341f02 /src | |
parent | 2809bfb8f73b8ad2576e82177d98ae20744cfc37 (diff) | |
download | coreutils-fe99a4f8c8017b3940ccb9206600788e6d86107f.tar.xz |
* src/c99-to-c89.diff (remove.c): Adapt one hunk to match the new
context from change of 2006-09-02.
Diffstat (limited to 'src')
-rw-r--r-- | src/c99-to-c89.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c99-to-c89.diff b/src/c99-to-c89.diff index 214e5eba6..b43506355 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); |