From 004092e8938231d99c6e2dc64e3880bfb6369bdd Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 3 Jan 2009 08:05:59 +0000 Subject: Cosmetics from FreeBSD. --- cpukit/libnetworking/netinet/in.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libnetworking/netinet') diff --git a/cpukit/libnetworking/netinet/in.h b/cpukit/libnetworking/netinet/in.h index e6fa09be8f..31f9f98dbf 100644 --- a/cpukit/libnetworking/netinet/in.h +++ b/cpukit/libnetworking/netinet/in.h @@ -221,8 +221,7 @@ struct sockaddr_in { * * The value IP_PORTRANGE_HIGH changes the range of candidate port numbers * into the "high" range. These are reserved for client outbound connections - * which do not want to be filtered by any firewalls. Note that by default - * this is the same as IP_PORTRANGE_DEFAULT. + * which do not want to be filtered by any firewalls. * * The value IP_PORTRANGE_LOW changes the range to the "low" are * that is (by convention) restricted to privileged processes. This @@ -433,6 +432,7 @@ struct ip_mreq { #ifdef _KERNEL + struct ifnet; struct mbuf; /* forward declarations for Standard C */ int in_broadcast(struct in_addr, struct ifnet *); -- cgit v1.2.3