diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /sys/netns/spp_debug.h | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'sys/netns/spp_debug.h')
| -rw-r--r-- | sys/netns/spp_debug.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/netns/spp_debug.h b/sys/netns/spp_debug.h index f71569447ba3..6b871550b1c6 100644 --- a/sys/netns/spp_debug.h +++ b/sys/netns/spp_debug.h @@ -31,9 +31,12 @@ * SUCH DAMAGE. * * from: @(#)spp_debug.h 7.4 (Berkeley) 6/28/90 - * $Id: spp_debug.h,v 1.2 1993/10/16 19:54:36 rgrimes Exp $ + * $Id: spp_debug.h,v 1.3 1993/11/07 17:50:36 wollman Exp $ */ +#ifndef _NETNS_SPP_DEBUG_H_ +#define _NETNS_SPP_DEBUG_H_ 1 + struct spp_debug { u_long sd_time; short sd_act; @@ -56,5 +59,6 @@ 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 /* _NETNS_SPP_DEBUG_H_ */ |
