summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/rtems')
-rw-r--r--cpukit/libnetworking/rtems/mkrootfs.h3
-rw-r--r--cpukit/libnetworking/rtems/rtems_mii_ioctl.c2
-rw-r--r--cpukit/libnetworking/rtems/rtems_mii_ioctl_kern.c2
3 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/libnetworking/rtems/mkrootfs.h b/cpukit/libnetworking/rtems/mkrootfs.h
index a477f55c57..18cd12df3e 100644
--- a/cpukit/libnetworking/rtems/mkrootfs.h
+++ b/cpukit/libnetworking/rtems/mkrootfs.h
@@ -13,12 +13,9 @@
The license and distribution terms for this file may be
found in the file LICENSE in this distribution or at
-
http://www.rtems.com/license/LICENSE.
This software with is provided ``as is'' and with NO WARRANTY.
-
- $Id$
*/
#ifndef _RTEMS_MKROOTFS_H
diff --git a/cpukit/libnetworking/rtems/rtems_mii_ioctl.c b/cpukit/libnetworking/rtems/rtems_mii_ioctl.c
index 93e9a0d580..cb970caad3 100644
--- a/cpukit/libnetworking/rtems/rtems_mii_ioctl.c
+++ b/cpukit/libnetworking/rtems/rtems_mii_ioctl.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Simple (default) implementation for SIOCGIFMEDIA/SIOCSIFMEDIA
* to be used by ethernet drivers [from their ioctl].
*
diff --git a/cpukit/libnetworking/rtems/rtems_mii_ioctl_kern.c b/cpukit/libnetworking/rtems/rtems_mii_ioctl_kern.c
index c43f0d077b..fd8091ef24 100644
--- a/cpukit/libnetworking/rtems/rtems_mii_ioctl_kern.c
+++ b/cpukit/libnetworking/rtems/rtems_mii_ioctl_kern.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Simple (default) implementation for SIOCGIFMEDIA/SIOCSIFMEDIA
* to be used by ethernet drivers [from their ioctl].
*