summaryrefslogtreecommitdiffstats
path: root/sys/net/slcompress.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/slcompress.c')
-rw-r--r--sys/net/slcompress.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/slcompress.c b/sys/net/slcompress.c
index 42106d5..5630b51 100644
--- a/sys/net/slcompress.c
+++ b/sys/net/slcompress.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)slcompress.c 8.2 (Berkeley) 4/16/94
- * $Id: slcompress.c,v 1.3 1994/08/18 22:35:22 wollman Exp $
+ * $Id: slcompress.c,v 1.4 1994/10/08 22:38:27 phk Exp $
*/
/*
@@ -272,7 +272,7 @@ sl_compress_tcp(m, ip, comp, compress_cid)
* with it. */
goto uncompressed;
- deltaS = (u_short)(ntohs(th->th_win) - ntohs(oth->th_win));
+ deltaS = (u_short)(ntohs(th->th_win) - ntohs(oth->th_win));
if (deltaS) {
ENCODE(deltaS);
changes |= NEW_W;
OpenPOWER on IntegriCloud