summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/options3
-rw-r--r--sys/netinet/tcp_subr.c3
-rw-r--r--sys/netinet/tcp_timer.c3
-rw-r--r--sys/netinet/tcp_timewait.c3
4 files changed, 8 insertions, 4 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 48b5538..203ad6f 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -1,4 +1,4 @@
-# $Id: options,v 1.47 1998/01/25 03:34:17 eivind Exp $
+# $Id: options,v 1.48 1998/01/25 04:13:23 eivind Exp $
# Format:
# Option name filename
@@ -135,4 +135,5 @@ NETATALK opt_atalk.h
PPP_BSDCOMP opt_ppp.h
PPP_DEFLATE opt_ppp.h
PPP_FILTER opt_ppp.h
+TCP_COMPAT_42 opt_compat.h
TCPDEBUG
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
index 97b2a54..962dc47 100644
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -31,9 +31,10 @@
* SUCH DAMAGE.
*
* @(#)tcp_subr.c 8.2 (Berkeley) 5/24/95
- * $Id: tcp_subr.c,v 1.39 1997/10/28 15:58:53 bde Exp $
+ * $Id: tcp_subr.c,v 1.40 1997/12/19 03:36:14 julian Exp $
*/
+#include "opt_compat.h"
#include "opt_tcpdebug.h"
#include <sys/param.h>
diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c
index e9cb508..f13f8a1 100644
--- a/sys/netinet/tcp_timer.c
+++ b/sys/netinet/tcp_timer.c
@@ -31,9 +31,10 @@
* SUCH DAMAGE.
*
* @(#)tcp_timer.c 8.2 (Berkeley) 5/24/95
- * $Id: tcp_timer.c,v 1.23 1997/08/02 14:32:57 bde Exp $
+ * $Id: tcp_timer.c,v 1.24 1997/09/16 18:36:06 joerg Exp $
*/
+#include "opt_compat.h"
#include "opt_tcpdebug.h"
#ifndef TUBA_INCLUDE
diff --git a/sys/netinet/tcp_timewait.c b/sys/netinet/tcp_timewait.c
index 97b2a54..962dc47 100644
--- a/sys/netinet/tcp_timewait.c
+++ b/sys/netinet/tcp_timewait.c
@@ -31,9 +31,10 @@
* SUCH DAMAGE.
*
* @(#)tcp_subr.c 8.2 (Berkeley) 5/24/95
- * $Id: tcp_subr.c,v 1.39 1997/10/28 15:58:53 bde Exp $
+ * $Id: tcp_subr.c,v 1.40 1997/12/19 03:36:14 julian Exp $
*/
+#include "opt_compat.h"
#include "opt_tcpdebug.h"
#include <sys/param.h>
OpenPOWER on IntegriCloud