summaryrefslogtreecommitdiff
path: root/app-arch/tapeutils/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-arch/tapeutils/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-arch/tapeutils/files')
-rw-r--r--app-arch/tapeutils/files/tapeutils-0.4-fix-C-decl.patch31
-rw-r--r--app-arch/tapeutils/files/tapeutils-0.4-fix-build-system.patch11
2 files changed, 0 insertions, 42 deletions
diff --git a/app-arch/tapeutils/files/tapeutils-0.4-fix-C-decl.patch b/app-arch/tapeutils/files/tapeutils-0.4-fix-C-decl.patch
deleted file mode 100644
index ee07c252d168..000000000000
--- a/app-arch/tapeutils/files/tapeutils-0.4-fix-C-decl.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- a/tapecopy.c
-+++ b/tapecopy.c
-@@ -26,6 +26,8 @@
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-
-+#include <stdlib.h>
-+
- #include "tapeio.h"
- #include "stdio.h"
- #include "stdarg.h"
---- a/tapedump.c
-+++ b/tapedump.c
-@@ -26,6 +26,8 @@
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-
-+#include <stdlib.h>
-+
- #include "tapeio.h"
- #include "stdio.h"
- #include "stdarg.h"
-@@ -158,7 +160,7 @@
- len = getrec (src, buf, MAX_REC_LEN);
- if (len == 0)
- {
-- printf ("total length of file %d = %d records, %d bytes\n",
-+ printf ("total length of file %d = %d records, %lu bytes\n",
- file, record, filebytes);
- tapebytes += filebytes;
- file++;
diff --git a/app-arch/tapeutils/files/tapeutils-0.4-fix-build-system.patch b/app-arch/tapeutils/files/tapeutils-0.4-fix-build-system.patch
deleted file mode 100644
index e1670a47fe2b..000000000000
--- a/app-arch/tapeutils/files/tapeutils-0.4-fix-build-system.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -20,8 +20,6 @@
- # options
- # -----------------------------------------------------------------------------
-
--CFLAGS = -O2
--LDFLAGS =
-
- # CFLAGS = -g
- # LDFLAGS = -g