summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/tcp_subr.c3
-rw-r--r--sys/netinet/tcp_timer.c3
-rw-r--r--sys/netinet/tcp_timewait.c3
3 files changed, 6 insertions, 3 deletions
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