From 03b1e07ae02d06d27a18836fa29ac2149bf08601 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 18 Jan 2007 10:18:02 +0100 Subject: * src/c99-to-c89.diff: Adjust remove.c offsets. --- src/c99-to-c89.diff | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/c99-to-c89.diff b/src/c99-to-c89.diff index 68513f50b..04db772c4 100644 --- a/src/c99-to-c89.diff +++ b/src/c99-to-c89.diff @@ -31,7 +31,7 @@ index 4728bdd..7477da5 100644 if (top->unremovable) hash_free (top->unremovable); obstack_blank (&ds->Active_dir, -(int) sizeof (struct AD_ent)); -@@ -1477,6 +1479,7 @@ rm_1 (Dirstack_state *ds, char const *fi +@@ -1481,6 +1483,7 @@ rm_1 (Dirstack_state *ds, char const *fi return RM_ERROR; } @@ -39,7 +39,7 @@ index 4728bdd..7477da5 100644 struct stat st; cache_stat_init (&st); cycle_check_init (&ds->cycle_check_state); -@@ -1499,6 +1502,7 @@ rm_1 (Dirstack_state *ds, char const *fi +@@ -1503,6 +1506,7 @@ rm_1 (Dirstack_state *ds, char const *fi AD_push_initial (ds); AD_INIT_OTHER_MEMBERS (); @@ -47,7 +47,7 @@ index 4728bdd..7477da5 100644 enum RM_status status = remove_entry (AT_FDCWD, ds, filename, &st, x, NULL); if (status == RM_NONEMPTY_DIR) { -@@ -1515,6 +1519,8 @@ rm_1 (Dirstack_state *ds, char const *fi +@@ -1519,6 +1523,8 @@ rm_1 (Dirstack_state *ds, char const *fi ds_clear (ds); return status; -- cgit v1.2.3-54-g00ecf