From owner-svn-src-all@FreeBSD.ORG Wed Jun 10 09:28:51 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52DA01065672; Wed, 10 Jun 2009 09:28:51 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 419D38FC08; Wed, 10 Jun 2009 09:28:51 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n5A9Sp7T099934; Wed, 10 Jun 2009 09:28:51 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n5A9Spe7099933; Wed, 10 Jun 2009 09:28:51 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <200906100928.n5A9Spe7099933@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Wed, 10 Jun 2009 09:28:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r193892 - head/sys/netipx X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2009 09:28:51 -0000 Author: bz Date: Wed Jun 10 09:28:50 2009 New Revision: 193892 URL: http://svn.freebsd.org/changeset/base/193892 Log: Put the variable declarations for TCPDEBUG under #ifdef INET as well. The implementation already has this right. Reviewed by: rwatson Modified: head/sys/netipx/spx_debug.c Modified: head/sys/netipx/spx_debug.c ============================================================================== --- head/sys/netipx/spx_debug.c Wed Jun 10 09:07:05 2009 (r193891) +++ head/sys/netipx/spx_debug.c Wed Jun 10 09:28:50 2009 (r193892) @@ -82,11 +82,13 @@ __FBSDID("$FreeBSD$"); #define SANAMES #include +#ifdef INET #ifdef TCPDEBUG static int spxconsdebug = 0; static struct spx_debug spx_debug[SPX_NDEBUG]; static int spx_debx; #endif +#endif /* * spx debug routines