summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/quik/files/quik-2.0.1.0-gcc-321.patch')
-rw-r--r--sys-boot/quik/files/quik-2.0.1.0-gcc-321.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/sys-boot/quik/files/quik-2.0.1.0-gcc-321.patch b/sys-boot/quik/files/quik-2.0.1.0-gcc-321.patch
deleted file mode 100644
index f569a94cff6a..000000000000
--- a/sys-boot/quik/files/quik-2.0.1.0-gcc-321.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- second/file.c.orig 2003-01-28 08:13:59.000000000 -0600
-+++ second/file.c 2003-01-28 08:14:09.000000000 -0600
-@@ -23,7 +23,6 @@
- #include <sys/types.h>
- #include <errno.h>
- #include "quik.h"
--typedef int FILE;
- #include <linux/ext2_fs.h>
- #include <ext2fs/ext2fs.h>
- #include <setjmp.h>
-@@ -167,11 +166,6 @@
- return 1;
- }
-
--int sprintf (char *buf, char *fmt,...)
--{
-- strcpy (buf, fmt);
--}
--
- void com_err (const char *a, long i, const char *fmt,...)
- {
- printf ((char *) fmt);