summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-11-26 18:49:55 +0100
committerJim Meyering <jim@meyering.net>2006-11-26 18:49:55 +0100
commit549bbdf7b4bcae69dc91ad8e9a4f64426ec1112c (patch)
tree2e3b9f4c422066627be129243e97146ad3b70634 /src
parent5e2f415d172e8074e6e3d051c310fd460feb6205 (diff)
downloadcoreutils-549bbdf7b4bcae69dc91ad8e9a4f64426ec1112c.tar.xz
* src/c99-to-c89.diff: Remove 3 bogus hunks.
Diffstat (limited to 'src')
-rw-r--r--src/c99-to-c89.diff27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/c99-to-c89.diff b/src/c99-to-c89.diff
index 336d259f7..57e98357a 100644
--- a/src/c99-to-c89.diff
+++ b/src/c99-to-c89.diff
@@ -31,33 +31,6 @@ index 4728bdd..7477da5 100644
if (top->unremovable)
hash_free (top->unremovable);
obstack_blank (&ds->Active_dir, -(int) sizeof (struct AD_ent));
-@@ -1106,7 +1108,7 @@ remove_entry (int fd_cwd, Dirstack_state
- static DIR *
- fd_to_subdirp (int fd_cwd, char const *f,
- struct rm_options const *x, int prev_errno,
-- struct stat *subdir_sb, Dirstack_state *ds,
-+ struct stat *subdir_sb,
- int *cwd_errno ATTRIBUTE_UNUSED)
- {
- int open_flags = O_RDONLY | O_NOCTTY | O_NOFOLLOW | O_NONBLOCK;
-@@ -1216,7 +1218,7 @@ remove_cwd_entries (DIR **dirp,
- case RM_NONEMPTY_DIR:
- {
- DIR *subdir_dirp = fd_to_subdirp (dirfd (*dirp), f,
-- x, errno, subdir_sb, ds, NULL);
-+ x, errno, subdir_sb, NULL);
- if (subdir_dirp == NULL)
- {
- status = RM_ERROR;
-@@ -1304,7 +1306,7 @@ remove_dir (int fd_cwd, Dirstack_state *
- fd_to_subdirp's fstat, along with the `fstat' and the dev/ino
- comparison in AD_push ensure that we detect it and fail. */
-
-- DIR *dirp = fd_to_subdirp (fd_cwd, dir, x, 0, dir_st, ds, cwd_errno);
-+ DIR *dirp = fd_to_subdirp (fd_cwd, dir, x, 0, dir_st, cwd_errno);
-
- if (dirp == NULL)
- {
@@ -1463,6 +1465,7 @@ rm_1 (Dirstack_state *ds, char const *fi
return RM_ERROR;
}