summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-07 13:25:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-07 13:25:01 +0000
commit15ef6ee3b57414baaa638248e0381489f9da1508 (patch)
tree235a2fdf75c12556241bc541beac39f770349427 /cpukit/libnetworking/sys
parent2005-05-07 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-15ef6ee3b57414baaa638248e0381489f9da1508.tar.bz2
Cosmetical updates from FreeBSD.
Diffstat (limited to 'cpukit/libnetworking/sys')
-rw-r--r--cpukit/libnetworking/sys/un.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/libnetworking/sys/un.h b/cpukit/libnetworking/sys/un.h
index d742bb7d5d..9570c93374 100644
--- a/cpukit/libnetworking/sys/un.h
+++ b/cpukit/libnetworking/sys/un.h
@@ -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,7 +27,11 @@
* SUCH DAMAGE.
*
* @(#)un.h 8.3 (Berkeley) 2/19/95
- * $FreeBSD: src/sys/sys/un.h,v 1.17 1999/12/29 04:24:49 peter Exp $
+ * $FreeBSD: src/sys/sys/un.h,v 1.29 2005/04/13 00:01:46 mdodd Exp $
+ */
+
+/*
+ * $Id$
*/
#ifndef _SYS_UN_H_