summaryrefslogtreecommitdiff
path: root/dev-tex/csindex/files/csindex-2.11c-decl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/csindex/files/csindex-2.11c-decl.patch')
-rw-r--r--dev-tex/csindex/files/csindex-2.11c-decl.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-tex/csindex/files/csindex-2.11c-decl.patch b/dev-tex/csindex/files/csindex-2.11c-decl.patch
deleted file mode 100644
index c02d456f181f..000000000000
--- a/dev-tex/csindex/files/csindex-2.11c-decl.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Index: csindex-19980713/mkind.c
-===================================================================
---- csindex-19980713.orig/mkind.c
-+++ csindex-19980713/mkind.c
-@@ -32,6 +32,8 @@
- #ifdef CS_INDEX
- #include <string.h>
- #endif
-+#include <unistd.h>
-+
-
- int letter_ordering = FALSE;
- int compress_blanks = FALSE;
-Index: csindex-19980713/mkind.h
-===================================================================
---- csindex-19980713.orig/mkind.h
-+++ csindex-19980713/mkind.h
-@@ -720,6 +720,7 @@ extern void scan_idx ARGS((void));
- extern void scan_sty ARGS((void));
- extern void sort_idx ARGS((void));
- extern int strtoint ARGS((char *str));
-+char *strlwr(char *a);
-
- #if __STDC__
- #include <stdlib.h>