summaryrefslogtreecommitdiffstats
path: root/sys/netns/spp_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netns/spp_debug.h')
-rw-r--r--sys/netns/spp_debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netns/spp_debug.h b/sys/netns/spp_debug.h
index 51132e5..16ce4b2 100644
--- a/sys/netns/spp_debug.h
+++ b/sys/netns/spp_debug.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)spp_debug.h 8.1 (Berkeley) 6/10/93
- * $Id: spp_debug.h,v 1.2 1994/08/02 07:51:58 davidg Exp $
+ * $Id: spp_debug.h,v 1.3 1994/08/21 06:22:11 paul Exp $
*/
#ifndef _NETNS_SPP_DEBUG_H_
@@ -59,7 +59,7 @@ char *sanames[] =
#endif
#define SPP_NDEBUG 100
-struct spp_debug spp_debug[SPP_NDEBUG];
-int spp_debx;
+extern struct spp_debug spp_debug[SPP_NDEBUG];
+extern int spp_debx;
#endif
OpenPOWER on IntegriCloud