summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet/in_pcb.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 16:35:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 16:35:05 +0000
commit4c92297a3e5255f8d35a72ce0e9c411cafea4f64 (patch)
tree4a5f955f71ad409f59be8fdd2344118c0ac59949 /cpukit/libnetworking/netinet/in_pcb.c
parent2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4c92297a3e5255f8d35a72ce0e9c411cafea4f64.tar.bz2
Misc. part. updates from FreeBSD.
Diffstat (limited to 'cpukit/libnetworking/netinet/in_pcb.c')
-rw-r--r--cpukit/libnetworking/netinet/in_pcb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/libnetworking/netinet/in_pcb.c b/cpukit/libnetworking/netinet/in_pcb.c
index 312594dae2..0cdaedf52c 100644
--- a/cpukit/libnetworking/netinet/in_pcb.c
+++ b/cpukit/libnetworking/netinet/in_pcb.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.
*
* @(#)in_pcb.c 8.4 (Berkeley) 5/24/95
+ * $FreeBSD: src/sys/netinet/in_pcb.c,v 1.158 2005/01/07 01:45:44 imp Exp $
+ */
+
+/*
* $Id$
*/