Put the variable declarations for TCPDEBUG under #ifdef INET as well.

The implementation already has this right.

Reviewed by:	rwatson
This commit is contained in:
Bjoern A. Zeeb 2009-06-10 09:28:50 +00:00
parent 74900cdf7f
commit 673753c215
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193892

View File

@ -82,11 +82,13 @@ __FBSDID("$FreeBSD$");
#define SANAMES
#include <netipx/spx_debug.h>
#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