mirror of the now-defunct rocklinux.org
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.

11 lines
390 B

  1. --- gzip-1.3.3/gzip.c.orig Thu Jan 30 21:19:36 2003
  2. +++ gzip-1.3.3/gzip.c Thu Jan 30 21:09:52 2003
  3. @@ -198,7 +198,7 @@
  4. DECLARE(uch, inbuf, INBUFSIZ +INBUF_EXTRA);
  5. DECLARE(uch, outbuf, OUTBUFSIZ+OUTBUF_EXTRA);
  6. DECLARE(ush, d_buf, DIST_BUFSIZE);
  7. -DECLARE(uch, window, 2L*WSIZE);
  8. +DECLARE(uch, window, 2L*WSIZE + 4096);
  9. #ifndef MAXSEG_64K
  10. DECLARE(ush, tab_prefix, 1L<<BITS);
  11. #else