summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet/igmp_var.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-26 11:46:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-26 11:46:52 +0000
commitd589e7527909a3120021572e24a9d86bdfb4c7d9 (patch)
treec712a0bb73f5321178ae3cfa5430635ea7dd5a54 /cpukit/libnetworking/netinet/igmp_var.h
parent2004-04-26 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-d589e7527909a3120021572e24a9d86bdfb4c7d9.tar.bz2
2004-04-26 Ralf Corsepius <ralf_corsepius@rtems.org>
* libnetworking/netinet/igmp_var.h: Cosmetic updates from FreeBSD. * libnetworking/sys/sysctl.h: Update from FreeBSD. * libnetworking/sys/socketvar.h: Update from FreeBSD.
Diffstat (limited to 'cpukit/libnetworking/netinet/igmp_var.h')
-rw-r--r--cpukit/libnetworking/netinet/igmp_var.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/cpukit/libnetworking/netinet/igmp_var.h b/cpukit/libnetworking/netinet/igmp_var.h
index b9855b3b8c..d515d80199 100644
--- a/cpukit/libnetworking/netinet/igmp_var.h
+++ b/cpukit/libnetworking/netinet/igmp_var.h
@@ -14,10 +14,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by the University of
- * California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
@@ -35,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)igmp_var.h 8.1 (Berkeley) 7/19/93
- * $FreeBSD: src/sys/netinet/igmp_var.h,v 1.19 2002/03/19 21:25:46 alfred Exp $
+ * $FreeBSD: src/sys/netinet/igmp_var.h,v 1.20 2004/04/07 20:46:13 imp Exp $
*/
#ifndef _NETINET_IGMP_VAR_H_
@@ -108,5 +104,4 @@ SYSCTL_DECL(_net_inet_igmp);
{ 0, 0 }, \
{ "stats", CTLTYPE_STRUCT }, \
}
-
#endif