projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4d5a87
)
removed unnecessary variable
author
Paul Mackerras
<paulus@samba.org>
Wed, 30 Nov 1994 05:31:00 +0000
(
05:31
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 30 Nov 1994 05:31:00 +0000
(
05:31
+0000)
modules/vjcompress.c
patch
|
blob
|
history
diff --git
a/modules/vjcompress.c
b/modules/vjcompress.c
index 4b164b30b180cf2968ff65e42e63a4bf22ce7452..dd633512b9b9abdf56958f6d086b7aed46d86d57 100644
(file)
--- a/
modules/vjcompress.c
+++ b/
modules/vjcompress.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: vjcompress.c,v 1.
2 1994/09/19 04:20:13
paulus Exp $
+ * $Id: vjcompress.c,v 1.
3 1994/11/30 05:31:00
paulus Exp $
*/
#include <sys/types.h>
@@
-438,7
+438,6
@@
vj_uncompress_tcp(buf, buflen, total_len, comp, hdrp, hlenp)
register u_int hlen, changes;
register struct tcphdr *th;
register struct cstate *cs;
- register struct ip *ip;
register u_short *bp;
register u_int vjlen;