summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/net/raw_usrreq.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-25 05:29:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-25 05:29:54 +0000
commite791c230296b1446c8f01cd13ed8a53c3e786fe1 (patch)
tree91fb0c9a66c2591697f015bfb4f76fb4f1146ec1 /cpukit/libnetworking/net/raw_usrreq.c
parent2007-03-24 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e791c230296b1446c8f01cd13ed8a53c3e786fe1.tar.bz2
Partial update from FreeBSD.
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/net/raw_usrreq.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/libnetworking/net/raw_usrreq.c b/cpukit/libnetworking/net/raw_usrreq.c
index bb79355d1f..089e18434d 100644
--- a/cpukit/libnetworking/net/raw_usrreq.c
+++ b/cpukit/libnetworking/net/raw_usrreq.c
@@ -10,10 +10,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.
@@ -31,6 +27,10 @@
* SUCH DAMAGE.
*
* @(#)raw_usrreq.c 8.1 (Berkeley) 6/10/93
+ * $FreeBSD: src/sys/net/raw_usrreq.c,v 1.44 2006/11/06 13:42:02 rwatson Exp $
+ */
+
+/*
* $Id$
*/