Use option header file for TCP_COMPAT_42

This commit is contained in:
scottr 1998-01-12 03:00:42 +00:00
parent 243db3d614
commit 3cdcd5e1c7
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: tcp_subr.c,v 1.38 1998/01/05 10:32:09 thorpej Exp $ */
/* $NetBSD: tcp_subr.c,v 1.39 1998/01/12 03:00:42 scottr Exp $ */
/*
* Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995
@ -35,6 +35,7 @@
* @(#)tcp_subr.c 8.2 (Berkeley) 5/24/95
*/
#include "opt_tcp_compat_42.h"
#include "rnd.h"
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: tcp_timer.c,v 1.28 1998/01/05 10:32:11 thorpej Exp $ */
/* $NetBSD: tcp_timer.c,v 1.29 1998/01/12 03:00:43 scottr Exp $ */
/*
* Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995
@ -35,6 +35,8 @@
* @(#)tcp_timer.c 8.2 (Berkeley) 5/24/95
*/
#include "opt_tcp_compat_42.h"
#ifndef TUBA_INCLUDE
#include <sys/param.h>
#include <sys/systm.h>