diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-06-10 09:28:50 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-06-10 09:28:50 +0000 |
| commit | 673753c2153a2ec7a9000c3f7f6c198f6ca23ba2 (patch) | |
| tree | 3344092ae3f12631a2c3f59c8694ea9de774f136 /sys/netipx | |
| parent | 74900cdf7f8184aad999280ca992788eb649112d (diff) | |
Notes
Diffstat (limited to 'sys/netipx')
| -rw-r--r-- | sys/netipx/spx_debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netipx/spx_debug.c b/sys/netipx/spx_debug.c index 7f482617ef71..0d3f65fc5ce3 100644 --- a/sys/netipx/spx_debug.c +++ b/sys/netipx/spx_debug.c @@ -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 |
