MULTICAST is now standard
[unix-history] / usr / src / sys / net / slcompress.c
index 755d33e..7e5e010 100644 (file)
@@ -1,29 +1,32 @@
-/*     slcompress.c    7.6     90/06/28        */
-/*
- * Routines to compress and uncompess tcp packets (for transmission
- * over low speed serial lines.
- *
- * Copyright (c) 1989 Regents of the University of California.
+/*-
+ * Copyright (c) 1989 The Regents of the University of California.
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  *
- *     Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989:
+ *     @(#)slcompress.c        7.8 (Berkeley) %G%
+ */
+
+/*
+ * Routines to compress and uncompess tcp packets (for transmission
+ * over low speed serial lines.
+ *
+ * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989:
  *     - Initial distribution.
  *     - Initial distribution.
+ *
+ * static char rcsid[] =
+ * "$Header: slcompress.c,v 1.19 89/12/31 08:52:59 van Exp $";
  */
  */
-#ifndef lint
-static char rcsid[] = "$Header: slcompress.c,v 1.19 89/12/31 08:52:59 van Exp $";
-#endif
 
 
-#include <sys/types.h>
 #include <sys/param.h>
 #include <sys/mbuf.h>
 #include <sys/param.h>
 #include <sys/mbuf.h>
+
 #include <netinet/in.h>
 #include <netinet/in_systm.h>
 #include <netinet/ip.h>
 #include <netinet/tcp.h>
 
 #include <netinet/in.h>
 #include <netinet/in_systm.h>
 #include <netinet/ip.h>
 #include <netinet/tcp.h>
 
-#include "slcompress.h"
+#include <net/slcompress.h>
 
 #ifndef SL_NO_STATS
 #define INCR(counter) ++comp->counter;
 
 #ifndef SL_NO_STATS
 #define INCR(counter) ++comp->counter;