summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys/socketvar.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-12-02 18:42:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-12-02 18:42:53 +0000
commitdac1edba937efc5f05082f04b4a516643302837d (patch)
tree95e7e64fd3ba5da9cd6b63961c8099e1b8934d00 /cpukit/libnetworking/sys/socketvar.h
parent2004-12-02 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-dac1edba937efc5f05082f04b4a516643302837d.tar.bz2
2004-12-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/net/radix.c, libnetworking/net/radix.h, libnetworking/net/route.h, libnetworking/netinet/if_ether.h, libnetworking/netinet/in_var.h, libnetworking/netinet/tcp_timer.h, libnetworking/netinet/udp_usrreq.c, libnetworking/netinet/udp_var.h, libnetworking/sys/callout.h, libnetworking/sys/socketvar.h, libnetworking/sys/sysctl.h: Cosmetics from FreeBSD.
Diffstat (limited to 'cpukit/libnetworking/sys/socketvar.h')
-rw-r--r--cpukit/libnetworking/sys/socketvar.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpukit/libnetworking/sys/socketvar.h b/cpukit/libnetworking/sys/socketvar.h
index 080fb0ab66..3752b8a642 100644
--- a/cpukit/libnetworking/sys/socketvar.h
+++ b/cpukit/libnetworking/sys/socketvar.h
@@ -12,10 +12,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.
@@ -33,7 +29,7 @@
* SUCH DAMAGE.
*
* @(#)socketvar.h 8.3 (Berkeley) 2/19/95
- * $FreeBSD: src/sys/sys/socketvar.h,v 1.110 2004/03/01 03:14:23 rwatson Exp $
+ * $FreeBSD: src/sys/sys/socketvar.h,v 1.135 2004/10/18 22:19:43 rwatson Exp $
*/
#ifndef _SYS_SOCKETVAR_H_