summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-01-25 04:23:33 +0000
committereivind <eivind@FreeBSD.org>1998-01-25 04:23:33 +0000
commit0c7b702411cc15fe0fbbf4c2709f5adafa1c73f8 (patch)
tree743e86af47747e925d4c92b005ae87549cc4d7f8 /sys
parent3e199e2bf3ddab92ac036ffdf0fe78c4a1cca87f (diff)
downloadFreeBSD-src-0c7b702411cc15fe0fbbf4c2709f5adafa1c73f8.zip
FreeBSD-src-0c7b702411cc15fe0fbbf4c2709f5adafa1c73f8.tar.gz
Make TCP_COMPAT_42 a new style option.
Diffstat (limited to 'sys')
-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