aboutsummaryrefslogtreecommitdiff
path: root/biology/seqio/files/patch-seqio
diff options
context:
space:
mode:
Diffstat (limited to 'biology/seqio/files/patch-seqio')
-rw-r--r--biology/seqio/files/patch-seqio18
1 files changed, 0 insertions, 18 deletions
diff --git a/biology/seqio/files/patch-seqio b/biology/seqio/files/patch-seqio
deleted file mode 100644
index 3e637ebacbc5..000000000000
--- a/biology/seqio/files/patch-seqio
+++ /dev/null
@@ -1,18 +0,0 @@
---- seqio.c.orig Sat Aug 18 16:20:53 2001
-+++ seqio.c Sat Aug 18 16:21:23 2001
-@@ -147,7 +147,6 @@
- * files, and replacement functions for system calls that don't exist on
- * one or more machines.
- */
--extern char *sys_errlist[];
-
- #if defined(__sun) && !defined(FILENAME_MAX)
- #include <sys/param.h>
-@@ -158,7 +157,6 @@
- static int ctype_initflag = 0;
- static char tubuf[384], *tuary;
-
--#define toupper(chr) tuary[(int) (chr)]
-
- static void init_ctype(void)
- {