summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/net/pppcompress.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/net/pppcompress.c')
-rw-r--r--cpukit/libnetworking/net/pppcompress.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/libnetworking/net/pppcompress.c b/cpukit/libnetworking/net/pppcompress.c
index e68d7c4e91..b87c662c18 100644
--- a/cpukit/libnetworking/net/pppcompress.c
+++ b/cpukit/libnetworking/net/pppcompress.c
@@ -405,7 +405,8 @@ vj_uncompress_tcp(bufp, len, type, comp)
struct vjcompress *comp;
{
u_char *hdr, *cp;
- int hlen, vjlen;
+ u_int hlen;
+ int vjlen;
cp = bufp? *bufp: NULL;
vjlen = vj_uncompress_tcp_core(cp, len, len, type, comp, &hdr, &hlen);