diff options
author | 2006-10-14 18:42:32 +0000 | |
---|---|---|
committer | 2006-10-14 18:42:32 +0000 | |
commit | 86cf2095c3bc8c72004892f15bd706461c745ded (patch) | |
tree | 7ff6b8ea86ecfe9b940e5269d781d91671e379b7 /app-arch/tar/files | |
parent | rename patch (diff) | |
download | gentoo-2-86cf2095c3bc8c72004892f15bd706461c745ded.tar.gz gentoo-2-86cf2095c3bc8c72004892f15bd706461c745ded.tar.bz2 gentoo-2-86cf2095c3bc8c72004892f15bd706461c745ded.zip |
rename patch
(Portage version: 2.1.2_pre2-r9)
(Signed Manifest commit)
Diffstat (limited to 'app-arch/tar/files')
-rw-r--r-- | app-arch/tar/files/1.15.92-stderr.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/app-arch/tar/files/1.15.92-stderr.patch b/app-arch/tar/files/1.15.92-stderr.patch deleted file mode 100644 index c324b8e7e53a..000000000000 --- a/app-arch/tar/files/1.15.92-stderr.patch +++ /dev/null @@ -1,37 +0,0 @@ -Index: src/buffer.c -=================================================================== -RCS file: /sources/tar/tar/src/buffer.c,v -retrieving revision 1.107 -retrieving revision 1.108 -diff --unified -B -b -r1.107 -r1.108 ---- src/buffer.c 2 Oct 2006 15:44:09 -0000 1.107 -+++ src/buffer.c 14 Oct 2006 10:45:44 -0000 1.108 -@@ -474,6 +474,11 @@ - abort (); /* Should not happen */ - break; - } -+ -+ if (!index_file_name -+ && wanted_access == ACCESS_WRITE -+ && strcmp (archive_name_array[0], "-") == 0) -+ stdlis = stderr; - } - else if (strcmp (archive_name_array[0], "-") == 0) - { -@@ -499,12 +504,16 @@ - - case ACCESS_WRITE: - archive = STDOUT_FILENO; -+ if (!index_file_name) -+ stdlis = stderr; - break; - - case ACCESS_UPDATE: - archive = STDIN_FILENO; - write_archive_to_stdout = true; - record_end = record_start; /* set up for 1st record = # 0 */ -+ if (!index_file_name) -+ stdlis = stderr; - break; - } - } |