From c9b005a9d2ed95bb1ab16fbc0c823c12a5c58b26 Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Sun, 9 Jul 2006 10:05:27 +0000 Subject: applied patches for PR1117/1118/1119/1120 --- cpukit/libnetworking/netinet/tcp_var.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/libnetworking/netinet') diff --git a/cpukit/libnetworking/netinet/tcp_var.h b/cpukit/libnetworking/netinet/tcp_var.h index b7cd4ab655..4d5d9e6eaf 100644 --- a/cpukit/libnetworking/netinet/tcp_var.h +++ b/cpukit/libnetworking/netinet/tcp_var.h @@ -43,6 +43,7 @@ * Kernel variables for tcp. */ +#ifdef __BSD_VISIBLE /* * Tcp control block, one per tcp; fields: */ @@ -196,6 +197,7 @@ struct rmxp_tao { #define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb) #define intotw(ip) ((struct tcptw *)(ip)->inp_ppcb) #define sototcpcb(so) (intotcpcb(sotoinpcb(so))) +#endif /* __BSD_VISIBLE */ /* * The smoothed round-trip time and estimated variance -- cgit v1.2.3