summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-01-03 08:05:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-01-03 08:05:59 +0000
commit004092e8938231d99c6e2dc64e3880bfb6369bdd (patch)
tree8fdacf4a1b58259bb81028115c4eeb8421e24b3e /cpukit/libnetworking/netinet
parent2009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-004092e8938231d99c6e2dc64e3880bfb6369bdd.tar.bz2
Cosmetics from FreeBSD.
Diffstat (limited to 'cpukit/libnetworking/netinet')
-rw-r--r--cpukit/libnetworking/netinet/in.h4
1 files changed, 2 insertions, 2 deletions
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 *);