You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-tex/csindex/files/csindex-2.11c-decl.patch

26 lines
711 B

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>