X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=ultrix%2Fslcompress.c;h=971bdeec756053eedb894f54c5bfb0fd50f43309;hp=1cbdd3f79f7d5c052e523f55534abc2252a9f5cd;hb=4f5d76ea5ee24f8833b5205d33a259d2c0c31cc6;hpb=31e80dd05aec83cbee14a9ede031023188e31270;ds=sidebyside diff --git a/ultrix/slcompress.c b/ultrix/slcompress.c index 1cbdd3f..971bdee 100644 --- a/ultrix/slcompress.c +++ b/ultrix/slcompress.c @@ -24,7 +24,7 @@ * so that the entire packet being decompressed doesn't have * to be in contiguous memory (just the compressed header). * - * $Id: slcompress.c,v 1.3 1996/05/24 07:04:55 paulus Exp $ + * $Id: slcompress.c,v 1.4 1997/03/04 03:45:18 paulus Exp $ */ #include "../h/types.h" @@ -416,7 +416,8 @@ sl_uncompress_tcp(bufp, len, type, comp) struct slcompress *comp; { u_char *hdr, *cp; - int hlen, vjlen; + int vjlen; + u_int hlen; cp = bufp? *bufp: NULL; vjlen = sl_uncompress_tcp_core(cp, len, len, type, comp, &hdr, &hlen);