1 $NetBSD: patch-ad,v 1.1 2004/08/16 11:54:20 salo Exp $
3 --- compresslib.c.orig 1989-09-15 03:34:02.000000000 +0000
7 \*----------------------------------------------------------------------*/
12 #define min(a,b) ((a>b) ? b : a)
15 #ifdef PBITS /* Preferred BITS for this memory size */
23 @@ -360,7 +360,7 @@ char_type *inb;
27 -cmp_decompress( inb, outb, insize )
28 +cmp_decompress( char_type *inb, char_type *outb, int insize )
29 /*----------------------------------------------------------------------
32 @@ -392,10 +392,6 @@ cmp_decompress( inb, outb, insize )
33 | worked from stdin to stdout.
35 \*----------------------------------------------------------------------*/
41 register char_type *stackp;