pkgsrc/textproc/glimpse/patches/patch-compress_main__tbuild.c

13 lines
348 B
C

$NetBSD: patch-compress_main__tbuild.c,v 1.1 2012/11/19 03:05:04 joerg Exp $
--- compress/main_tbuild.c.orig 2012-11-19 01:18:30.000000000 +0000
+++ compress/main_tbuild.c
@@ -25,7 +25,7 @@ char *progname;
int
main(argc, argv)
int argc;
- unsigned char *argv[];
+ char *argv[];
{
char comp_dir[MAX_LINE_LEN];
int threshold, specialwords;