* src/c99-to-c89.diff: Remove hunk for copy.c; no longer needed.
authorJim Meyering <jim@meyering.net>
Sat, 26 Aug 2006 16:21:15 +0000 (16:21 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 26 Aug 2006 16:21:15 +0000 (16:21 +0000)
ChangeLog
src/c99-to-c89.diff

index ed1d787..ec08969 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-08-26  Jim Meyering  <jim@meyering.net>
 
+       * src/c99-to-c89.diff: Remove hunk for copy.c; no longer needed.
+
        * Makefile.am (EXTRA_DIST): Remove these files here, too:
        .x-sc_no_if_have_config_h, .x-sc_prohibit_assert_without_use,
        .x-sc_two_space_separator_in_usage.
index 22723b7..214e5eb 100644 (file)
@@ -1,27 +1,3 @@
-Index: src/copy.c
-===================================================================
-RCS file: /fetish/cu/src/copy.c,v
-retrieving revision 1.203
-diff -u -p -r1.203 copy.c
---- src/copy.c 29 Jul 2006 17:13:28 -0000      1.203
-+++ src/copy.c 17 Aug 2006 09:18:52 -0000
-@@ -1168,7 +1168,7 @@ copy_internal (char const *src_name, cha
-                 return false;
-               }
-           }
--
-+        {
-         bool backup_directories = true;
-         if (x->backup_type != no_backups
-             && (!S_ISDIR (dst_sb.st_mode) || backup_directories))
-@@ -1235,6 +1235,7 @@ copy_internal (char const *src_name, cha
-               }
-             new_dst = true;
-           }
-+        }
-       }
-     }
 Index: src/remove.c
 ===================================================================
 RCS file: /fetish/cu/src/remove.c,v