summaryrefslogtreecommitdiff
path: root/src/c99-to-c89.diff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-06-28 07:01:42 +0000
committerJim Meyering <jim@meyering.net>2006-06-28 07:01:42 +0000
commit78e532a9e415869a196f78ef70e9de5a2ca44056 (patch)
treead7f52fa70c3ca9a2fd9bf6d198237da0768d78e /src/c99-to-c89.diff
parent0e0f6e1050a569a92528d970e4dd5ed83f082ba0 (diff)
downloadcoreutils-78e532a9e415869a196f78ef70e9de5a2ca44056.tar.xz
* src/c99-to-c89.diff: Regenerate, to remove fuzz.
Diffstat (limited to 'src/c99-to-c89.diff')
-rw-r--r--src/c99-to-c89.diff12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/c99-to-c89.diff b/src/c99-to-c89.diff
index fdc5df4fe..9ece53bb7 100644
--- a/src/c99-to-c89.diff
+++ b/src/c99-to-c89.diff
@@ -1,5 +1,5 @@
---- src/remove.c 2006-03-26 14:33:56.682770466 +0200
-+++ tmp-remove.c 2006-05-07 19:11:13.294363284 +0200
+--- remove.c 26 Jun 2006 13:29:48 -0000 1.152
++++ remove.c 28 Jun 2006 06:58:51 -0000
@@ -202,9 +202,10 @@ pop_dir (Dirstack_state *ds)
{
size_t n_lengths = obstack_object_size (&ds->len_stack) / sizeof (size_t);
@@ -41,7 +41,7 @@
}
/* Remove entries in the directory open on DIRP
-@@ -1269,9 +1273,10 @@ remove_dir (int fd_cwd, Dirstack_state *
+@@ -1285,9 +1289,10 @@ remove_dir (int fd_cwd, Dirstack_state *
/* The name of the directory that we have just processed,
nominally removing all of its contents. */
char *empty_dir;
@@ -53,7 +53,7 @@
assert (dirp != NULL || AD_stack_height (ds) == 1);
/* Try to remove EMPTY_DIR only if remove_cwd_entries succeeded. */
-@@ -1348,6 +1353,7 @@ rm_1 (Dirstack_state *ds, char const *fi
+@@ -1364,6 +1369,7 @@ rm_1 (Dirstack_state *ds, char const *fi
AD_push_initial (ds);
AD_INIT_OTHER_MEMBERS ();
@@ -61,7 +61,7 @@
int fd_cwd = AT_FDCWD;
enum RM_status status = remove_entry (fd_cwd, ds, filename, x, NULL);
if (status == RM_NONEMPTY_DIR)
-@@ -1364,6 +1370,7 @@ rm_1 (Dirstack_state *ds, char const *fi
+@@ -1380,6 +1386,7 @@ rm_1 (Dirstack_state *ds, char const *fi
ds_clear (ds);
return status;
@@ -69,7 +69,7 @@
}
/* Remove all files and/or directories specified by N_FILES and FILE.
-@@ -1386,9 +1393,11 @@ rm (size_t n_files, char const *const *f
+@@ -1402,9 +1409,11 @@ rm (size_t n_files, char const *const *f
}
cycle_check_init (&ds->cycle_check_state);