From 38a74a7bc23af4d5ed5deeff2f4ab6329b0a26cc Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 29 Jul 1995 11:44:31 +0000 Subject: Eliminate sloppy common-style declarations. There should be none left for the LINT configuation. --- sys/netns/spp_debug.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/netns/spp_debug.h') 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 -- cgit v1.1