Make TCPDEBUG a new-style option.

This commit is contained in:
Joerg Wunsch 1997-09-16 18:36:06 +00:00
parent f116a277ad
commit 0cc12cc57e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29514
10 changed files with 29 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $Id: options,v 1.32 1997/08/19 17:05:23 peter Exp $
# $Id: options,v 1.33 1997/09/10 03:07:12 peter Exp $
# Format:
# Option name filename
@ -101,3 +101,4 @@ IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h
IPFIREWALL_DEFAULT_TO_ACCEPT opt_ipfw.h
PPP_BSDCOMP opt_ppp.h
PPP_DEFLATE opt_ppp.h
TCPDEBUG

View File

@ -31,9 +31,11 @@
* SUCH DAMAGE.
*
* @(#)in_proto.c 8.2 (Berkeley) 2/9/95
* $Id: in_proto.c,v 1.40 1997/05/25 06:09:23 peter Exp $
* $Id: in_proto.c,v 1.41 1997/09/16 11:43:55 bde Exp $
*/
#include "opt_tcpdebug.h"
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/kernel.h>

View File

@ -31,9 +31,11 @@
* SUCH DAMAGE.
*
* @(#)tcp_debug.c 8.1 (Berkeley) 6/10/93
* $Id: tcp_debug.c,v 1.9 1997/02/22 09:41:37 peter Exp $
* $Id: tcp_debug.c,v 1.10 1997/08/02 14:32:55 bde Exp $
*/
#include "opt_tcpdebug.h"
#ifdef TCPDEBUG
/* load symbolic names */
#define PRUREQUESTS

View File

@ -31,9 +31,11 @@
* SUCH DAMAGE.
*
* @(#)tcp_input.c 8.12 (Berkeley) 5/24/95
* $Id: tcp_input.c,v 1.59 1997/07/01 05:42:16 jdp Exp $
* $Id: tcp_input.c,v 1.60 1997/08/16 19:15:39 wollman Exp $
*/
#include "opt_tcpdebug.h"
#ifndef TUBA_INCLUDE
#include <sys/param.h>
#include <sys/queue.h>

View File

@ -31,9 +31,11 @@
* SUCH DAMAGE.
*
* @(#)tcp_output.c 8.4 (Berkeley) 5/24/95
* $Id: tcp_output.c,v 1.24 1997/04/03 05:14:43 davidg Exp $
* $Id: tcp_output.c,v 1.25 1997/08/02 14:32:56 bde Exp $
*/
#include "opt_tcpdebug.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/mbuf.h>

View File

@ -31,9 +31,11 @@
* SUCH DAMAGE.
*
* @(#)tcp_input.c 8.12 (Berkeley) 5/24/95
* $Id: tcp_input.c,v 1.59 1997/07/01 05:42:16 jdp Exp $
* $Id: tcp_input.c,v 1.60 1997/08/16 19:15:39 wollman Exp $
*/
#include "opt_tcpdebug.h"
#ifndef TUBA_INCLUDE
#include <sys/param.h>
#include <sys/queue.h>

View File

@ -31,9 +31,11 @@
* SUCH DAMAGE.
*
* @(#)tcp_subr.c 8.2 (Berkeley) 5/24/95
* $Id: tcp_subr.c,v 1.36 1997/04/03 05:14:44 davidg Exp $
* $Id: tcp_subr.c,v 1.37 1997/09/16 11:43:59 bde Exp $
*/
#include "opt_tcpdebug.h"
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/proc.h>

View File

@ -31,9 +31,11 @@
* SUCH DAMAGE.
*
* @(#)tcp_timer.c 8.2 (Berkeley) 5/24/95
* $Id: tcp_timer.c,v 1.22 1997/02/22 09:41:42 peter Exp $
* $Id: tcp_timer.c,v 1.23 1997/08/02 14:32:57 bde Exp $
*/
#include "opt_tcpdebug.h"
#ifndef TUBA_INCLUDE
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -31,9 +31,11 @@
* SUCH DAMAGE.
*
* @(#)tcp_subr.c 8.2 (Berkeley) 5/24/95
* $Id: tcp_subr.c,v 1.36 1997/04/03 05:14:44 davidg Exp $
* $Id: tcp_subr.c,v 1.37 1997/09/16 11:43:59 bde Exp $
*/
#include "opt_tcpdebug.h"
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/proc.h>

View File

@ -31,9 +31,11 @@
* SUCH DAMAGE.
*
* From: @(#)tcp_usrreq.c 8.2 (Berkeley) 1/3/94
* $Id: tcp_usrreq.c,v 1.33 1997/08/16 19:15:40 wollman Exp $
* $Id: tcp_usrreq.c,v 1.34 1997/09/14 03:10:40 peter Exp $
*/
#include "opt_tcpdebug.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>