]> git.pld-linux.org Git - packages/tar.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 1 Mar 2004 23:38:13 +0000 (23:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tar-fix-create-options.patch -> 1.2

tar-fix-create-options.patch [deleted file]

diff --git a/tar-fix-create-options.patch b/tar-fix-create-options.patch
deleted file mode 100644 (file)
index dbf272b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- tar-1.13.92/src/create.c.pius      2004-01-02 20:23:20.000000000 +0100
-+++ tar-1.13.92/src/create.c   2004-01-02 20:27:38.000000000 +0100
-@@ -981,9 +981,9 @@
-         return;
-       }
-     }
--  else if (!recursion_option)
-+  if (!recursion_option)
-     return;
--  else if (one_file_system_option
-+  if (one_file_system_option
-          && !top_level
-          && parent_device != stat->stat.st_dev)
-     {
This page took 0.039164 seconds and 4 git commands to generate.