summaryrefslogtreecommitdiffstats
path: root/ttcp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-15 16:23:55 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-15 16:25:45 -0500
commitaf6a124c980da349f673ae788c6a99aaf10e9115 (patch)
tree1d5762a997f0f180883eaae85d1a54ba14d3a346 /ttcp
parent2011-08-02 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadnetwork-demos-af6a124c980da349f673ae788c6a99aaf10e9115.tar.bz2
network-demos - Remove CVS Ids (scripted)
Diffstat (limited to 'ttcp')
-rw-r--r--ttcp/Makefile4
-rw-r--r--ttcp/README4
-rw-r--r--ttcp/init.c2
-rw-r--r--ttcp/rtems_ttcp.c2
-rw-r--r--ttcp/ttcp_orig/README4
-rw-r--r--ttcp/ttcp_orig/ttcp.c2
6 files changed, 0 insertions, 18 deletions
diff --git a/ttcp/Makefile b/ttcp/Makefile
index b70e678..1866d1e 100644
--- a/ttcp/Makefile
+++ b/ttcp/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
SAMPLE=ttcp
PGM=${ARCH}/$(SAMPLE).exe
diff --git a/ttcp/README b/ttcp/README
index fd5afbb..5f209ab 100644
--- a/ttcp/README
+++ b/ttcp/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This directory contains an RTEMS application for measuring TCP/UDP
network throughput. The ttcp_orig subdirectory contains the original
UNIX program which can be compiled and run on your host machine.
diff --git a/ttcp/init.c b/ttcp/init.c
index f72f031..385825c 100644
--- a/ttcp/init.c
+++ b/ttcp/init.c
@@ -11,8 +11,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/ttcp/rtems_ttcp.c b/ttcp/rtems_ttcp.c
index 6dfc526..3889151 100644
--- a/ttcp/rtems_ttcp.c
+++ b/ttcp/rtems_ttcp.c
@@ -16,8 +16,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/ttcp/ttcp_orig/README b/ttcp/ttcp_orig/README
index cddb790..215ddac 100644
--- a/ttcp/ttcp_orig/README
+++ b/ttcp/ttcp_orig/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
TTCP is a benchmarking tool for determining TCP and UDP performance
between 2 systems.
diff --git a/ttcp/ttcp_orig/ttcp.c b/ttcp/ttcp_orig/ttcp.c
index 85da5ab..dc62c64 100644
--- a/ttcp/ttcp_orig/ttcp.c
+++ b/ttcp/ttcp_orig/ttcp.c
@@ -34,8 +34,6 @@
*
* Distribution Status -
* Public Domain. Distribution Unlimited.
- *
- * $Id$
*/
#ifndef lint