diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-04-13 12:53:53 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-04-13 12:53:53 +0000 |
| commit | bc9eb1f2fee55e597131ea64346dee451b35d271 (patch) | |
| tree | 0e99643e602b4d21c45d9209322a0d09f4b2b891 /sys/netipx/spx_debug.h | |
| parent | c5294719c32ec5c931043eb23acea96e6a1057de (diff) | |
Notes
Diffstat (limited to 'sys/netipx/spx_debug.h')
| -rw-r--r-- | sys/netipx/spx_debug.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/netipx/spx_debug.h b/sys/netipx/spx_debug.h index 3cf59afe4117..26b4f46aaad1 100644 --- a/sys/netipx/spx_debug.h +++ b/sys/netipx/spx_debug.h @@ -33,7 +33,7 @@ * * @(#)spx_debug.h * - * $Id: spx_debug.h,v 1.4 1995/11/04 09:03:35 julian Exp $ + * $Id: spx_debug.h,v 1.5 1995/11/24 12:25:13 bde Exp $ */ #ifndef _NETIPX_SPX_DEBUG_H_ @@ -61,8 +61,11 @@ char *spxnames[] = #endif #define SPX_NDEBUG 100 +#ifndef KERNEL +/* XXX common variables for broken applications. */ struct spx_debug spx_debug[SPX_NDEBUG]; int spx_debx; +#endif #ifdef KERNEL extern char *prurequests[]; |
