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:
bz 2009-06-10 09:28:50 +00:00
parent f5e2381b7d
commit 4cc0c5560a

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