summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 12:24:46 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:44:14 -0500
commit65c6425de9c84553b4bdade81988c9292d66db58 (patch)
tree2463791aa25ae50ea103460cee37ff2db980b729 /cpukit/libnetworking/rtems
parentcpukit/aclocal - Fix one mistake by script (diff)
downloadrtems-65c6425de9c84553b4bdade81988c9292d66db58.tar.bz2
Remove CVS Id Strings (manual edits after script)
These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
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].
*