diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-04-13 12:45:57 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-04-13 12:45:57 +0000 |
| commit | c5294719c32ec5c931043eb23acea96e6a1057de (patch) | |
| tree | 82c451c31a31c4d821ca6348595300d7b8decbb8 /sys/netinet/tcp_debug.h | |
| parent | 65a59d4b3faea3e83189aedc4a0e509b4f76387b (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_debug.h')
| -rw-r--r-- | sys/netinet/tcp_debug.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/netinet/tcp_debug.h b/sys/netinet/tcp_debug.h index 02af11e62ff0..cab4451dbaec 100644 --- a/sys/netinet/tcp_debug.h +++ b/sys/netinet/tcp_debug.h @@ -31,11 +31,11 @@ * SUCH DAMAGE. * * @(#)tcp_debug.h 8.1 (Berkeley) 6/10/93 - * $Id: tcp_debug.h,v 1.3 1994/08/21 05:27:35 paul Exp $ + * $Id: tcp_debug.h,v 1.4 1995/11/14 20:34:29 phk Exp $ */ #ifndef _NETINET_TCP_DEBUG_H_ -#define _NETINET_TCP_DEBUG_H_ +#define _NETINET_TCP_DEBUG_H_ struct tcp_debug { n_time td_time; @@ -59,7 +59,11 @@ static char *tanames[] = #endif #define TCP_NDEBUG 100 + +#ifndef KERNEL +/* XXX common variables for broken applications. */ struct tcp_debug tcp_debug[TCP_NDEBUG]; int tcp_debx; - #endif + +#endif /* !_NETINET_TCP_DEBUG_H_ */ |
