mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
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:
parent
74900cdf7f
commit
673753c215
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193892
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user