From owner-cvs-sys Tue Oct 28 04:26:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA19240 for cvs-sys-outgoing; Tue, 28 Oct 1997 04:26:37 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA19170; Tue, 28 Oct 1997 04:24:42 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA03149; Tue, 28 Oct 1997 04:24:28 -0800 (PST) Date: Tue, 28 Oct 1997 04:24:28 -0800 (PST) Message-Id: <199710281224.EAA03149@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netipx spx_debug.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/10/28 04:24:27 PST Modified files: sys/netipx spx_debug.c Log: This depends on option TCP_DEBUG for some reason, so include opt_tcp_debug.h so that the option is visible again. Restored a used #include. Revision Changes Path 1.11 +4 -1 src/sys/netipx/spx_debug.c