summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/rtems/bsdnet/_types.h3
-rw-r--r--cpukit/libnetworking/rtems/bsdnet/servers.h3
-rw-r--r--cpukit/libnetworking/rtems/dhcp.h2
-rw-r--r--cpukit/libnetworking/rtems/ftpfs.h2
-rw-r--r--cpukit/libnetworking/rtems/mkrootfs.c2
-rw-r--r--cpukit/libnetworking/rtems/rtems_bootp.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet.h3
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet_internal.h2
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c2
-rw-r--r--cpukit/libnetworking/rtems/rtems_dhcp_failsafe.c2
-rw-r--r--cpukit/libnetworking/rtems/rtems_dhcp_failsafe.h2
-rw-r--r--cpukit/libnetworking/rtems/rtems_glue.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_malloc_mbuf.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_mii_ioctl.h2
-rw-r--r--cpukit/libnetworking/rtems/rtems_select.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_showicmpstat.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_showifstat.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_showipstat.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_showmbuf.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_showroute.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_showtcpstat.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_showudpstat.c4
-rw-r--r--cpukit/libnetworking/rtems/rtems_socketpair.c2
-rw-r--r--cpukit/libnetworking/rtems/rtems_syscall.c4
-rw-r--r--cpukit/libnetworking/rtems/sghostname.c2
-rw-r--r--cpukit/libnetworking/rtems/tftp.h4
26 files changed, 0 insertions, 81 deletions
diff --git a/cpukit/libnetworking/rtems/bsdnet/_types.h b/cpukit/libnetworking/rtems/bsdnet/_types.h
index 3f600ff670..d557e31c1f 100644
--- a/cpukit/libnetworking/rtems/bsdnet/_types.h
+++ b/cpukit/libnetworking/rtems/bsdnet/_types.h
@@ -26,9 +26,6 @@
* $FreeBSD: src/sys/sys/_types.h,v 1.21 2005/03/22 01:19:17 das Exp $
*/
-/*
- * $Id$
- */
#ifndef _RTEMS_BSDNET__TYPES_H_
#define _RTEMS_BSDNET__TYPES_H_
diff --git a/cpukit/libnetworking/rtems/bsdnet/servers.h b/cpukit/libnetworking/rtems/bsdnet/servers.h
index ca6c702cea..8886d05405 100644
--- a/cpukit/libnetworking/rtems/bsdnet/servers.h
+++ b/cpukit/libnetworking/rtems/bsdnet/servers.h
@@ -2,9 +2,6 @@
* @file rtems/rtems_bsdnet.h
*/
-/*
- * $Id$
- */
#ifndef _RTEMS_BSDNET_SERVERS_H
#define _RTEMS_BSDNET_SERVERS_H
diff --git a/cpukit/libnetworking/rtems/dhcp.h b/cpukit/libnetworking/rtems/dhcp.h
index b29fc66c65..eb7f42d2fd 100644
--- a/cpukit/libnetworking/rtems/dhcp.h
+++ b/cpukit/libnetworking/rtems/dhcp.h
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
Copyright Cybertec Pty Ltd, 2005
All rights reserved Cybertec Pty Ltd, 2005
diff --git a/cpukit/libnetworking/rtems/ftpfs.h b/cpukit/libnetworking/rtems/ftpfs.h
index 0bb500229d..8b1de3ca10 100644
--- a/cpukit/libnetworking/rtems/ftpfs.h
+++ b/cpukit/libnetworking/rtems/ftpfs.h
@@ -27,8 +27,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _RTEMS_FTPFS_H
diff --git a/cpukit/libnetworking/rtems/mkrootfs.c b/cpukit/libnetworking/rtems/mkrootfs.c
index 7059fafc59..4f59408b48 100644
--- a/cpukit/libnetworking/rtems/mkrootfs.c
+++ b/cpukit/libnetworking/rtems/mkrootfs.c
@@ -1,7 +1,5 @@
/*
------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
Copyright Cybertec Pty Ltd, 2000
All rights reserved Cybertec Pty Ltd, 2000
diff --git a/cpukit/libnetworking/rtems/rtems_bootp.c b/cpukit/libnetworking/rtems/rtems_bootp.c
index caf2faa6e2..852d900a04 100644
--- a/cpukit/libnetworking/rtems/rtems_bootp.c
+++ b/cpukit/libnetworking/rtems/rtems_bootp.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet.h b/cpukit/libnetworking/rtems/rtems_bsdnet.h
index 6c40e73f10..9dd44fec84 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet.h
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet.h
@@ -2,9 +2,6 @@
* @file rtems/rtems_bsdnet.h
*/
-/*
- * $Id$
- */
#ifndef _RTEMS_BSDNET_H
#define _RTEMS_BSDNET_H
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
index 8c43701523..faf601c735 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
@@ -5,8 +5,6 @@
* WARNING *
* This file should *never* be included by any application program *
*******************************************************************
- *
- * $Id$
*/
#ifndef _RTEMS_RTEMS_BSDNET_INTERNAL_H
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c b/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c
index 5e7d45d713..563ece810b 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c
@@ -1,8 +1,6 @@
/*
* Routine called when malloc() is not succeeding. This can be overridden
* by a BSP.
- *
- * $Id*
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/rtems/rtems_dhcp_failsafe.c b/cpukit/libnetworking/rtems/rtems_dhcp_failsafe.c
index 609a19eb0a..62046dbb66 100644
--- a/cpukit/libnetworking/rtems/rtems_dhcp_failsafe.c
+++ b/cpukit/libnetworking/rtems/rtems_dhcp_failsafe.c
@@ -1,6 +1,4 @@
/*
- $Id$
-
Description: Wrapper around DHCP client to restart it when the interface
moves to another network.
diff --git a/cpukit/libnetworking/rtems/rtems_dhcp_failsafe.h b/cpukit/libnetworking/rtems/rtems_dhcp_failsafe.h
index 320f9bf151..7b768a4418 100644
--- a/cpukit/libnetworking/rtems/rtems_dhcp_failsafe.h
+++ b/cpukit/libnetworking/rtems/rtems_dhcp_failsafe.h
@@ -1,6 +1,4 @@
/*
- $Id$
-
Description: Wrapper around DHCP client to restart it when the interface
moves to another network.
diff --git a/cpukit/libnetworking/rtems/rtems_glue.c b/cpukit/libnetworking/rtems/rtems_glue.c
index 088479cfb8..d5868e4f7a 100644
--- a/cpukit/libnetworking/rtems/rtems_glue.c
+++ b/cpukit/libnetworking/rtems/rtems_glue.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_malloc_mbuf.c b/cpukit/libnetworking/rtems/rtems_malloc_mbuf.c
index a2bd34a4c4..7d896871d9 100644
--- a/cpukit/libnetworking/rtems/rtems_malloc_mbuf.c
+++ b/cpukit/libnetworking/rtems/rtems_malloc_mbuf.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_mii_ioctl.h b/cpukit/libnetworking/rtems/rtems_mii_ioctl.h
index 160de34e92..dfeebf169b 100644
--- a/cpukit/libnetworking/rtems/rtems_mii_ioctl.h
+++ b/cpukit/libnetworking/rtems/rtems_mii_ioctl.h
@@ -2,8 +2,6 @@
* to be used by ethernet drivers [from their ioctl].
*
* NOTE: This much simpler than the BSD ifmedia API
- *
- * $Id$
*/
/*
diff --git a/cpukit/libnetworking/rtems/rtems_select.c b/cpukit/libnetworking/rtems/rtems_select.c
index 927c07daa6..b581904769 100644
--- a/cpukit/libnetworking/rtems/rtems_select.c
+++ b/cpukit/libnetworking/rtems/rtems_select.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_showicmpstat.c b/cpukit/libnetworking/rtems/rtems_showicmpstat.c
index c554fa70a1..4ae2fe00f4 100644
--- a/cpukit/libnetworking/rtems/rtems_showicmpstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showicmpstat.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_showifstat.c b/cpukit/libnetworking/rtems/rtems_showifstat.c
index 17722093fb..8eea7c470b 100644
--- a/cpukit/libnetworking/rtems/rtems_showifstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showifstat.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_showipstat.c b/cpukit/libnetworking/rtems/rtems_showipstat.c
index 159a25c2a6..e0f6124759 100644
--- a/cpukit/libnetworking/rtems/rtems_showipstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showipstat.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_showmbuf.c b/cpukit/libnetworking/rtems/rtems_showmbuf.c
index a4404a5a6c..724838d350 100644
--- a/cpukit/libnetworking/rtems/rtems_showmbuf.c
+++ b/cpukit/libnetworking/rtems/rtems_showmbuf.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_showroute.c b/cpukit/libnetworking/rtems/rtems_showroute.c
index e30c0eaccf..24eb12d63e 100644
--- a/cpukit/libnetworking/rtems/rtems_showroute.c
+++ b/cpukit/libnetworking/rtems/rtems_showroute.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_showtcpstat.c b/cpukit/libnetworking/rtems/rtems_showtcpstat.c
index 15612878ef..c534acd8d2 100644
--- a/cpukit/libnetworking/rtems/rtems_showtcpstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showtcpstat.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_showudpstat.c b/cpukit/libnetworking/rtems/rtems_showudpstat.c
index d47534d964..0c86e4cde9 100644
--- a/cpukit/libnetworking/rtems/rtems_showudpstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showudpstat.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/rtems_socketpair.c b/cpukit/libnetworking/rtems/rtems_socketpair.c
index 09f93ad69a..72f05d80ae 100644
--- a/cpukit/libnetworking/rtems/rtems_socketpair.c
+++ b/cpukit/libnetworking/rtems/rtems_socketpair.c
@@ -20,8 +20,6 @@
* 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.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/rtems/rtems_syscall.c b/cpukit/libnetworking/rtems/rtems_syscall.c
index 0a4ae91371..d4a9e57b4f 100644
--- a/cpukit/libnetworking/rtems/rtems_syscall.c
+++ b/cpukit/libnetworking/rtems/rtems_syscall.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/rtems/sghostname.c b/cpukit/libnetworking/rtems/sghostname.c
index 0303813e12..6935b5cc63 100644
--- a/cpukit/libnetworking/rtems/sghostname.c
+++ b/cpukit/libnetworking/rtems/sghostname.c
@@ -1,8 +1,6 @@
/*
* RTEMS versions of hostname functions
* FIXME: Not thread-safe
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/rtems/tftp.h b/cpukit/libnetworking/rtems/tftp.h
index 0d826bfa25..ed3ebd7865 100644
--- a/cpukit/libnetworking/rtems/tftp.h
+++ b/cpukit/libnetworking/rtems/tftp.h
@@ -1,8 +1,4 @@
/*
- * $Id$
- */
-
-/*
* Trivial File Transfer Protocol (TFTP)
*
* Transfer file to/from remote host