summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2004-03-01 23:38:13 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit5fbf0fd8d116407ded731c18d37580ee22ae3d32 (patch)
treebb3b65c4532d16c50612e7fbcedc199e8481efa7
parentff40ed7deee5a07522b33890bc256fb108bb3ae2 (diff)
downloadtar-5fbf0fd8d116407ded731c18d37580ee22ae3d32.zip
tar-5fbf0fd8d116407ded731c18d37580ee22ae3d32.tar.gz
- obsolete
Changed files: tar-fix-create-options.patch -> 1.2
-rw-r--r--tar-fix-create-options.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/tar-fix-create-options.patch b/tar-fix-create-options.patch
deleted file mode 100644
index dbf272b..0000000
--- a/tar-fix-create-options.patch
+++ /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)
- {