summaryrefslogtreecommitdiff
path: root/ttcp
diff options
context:
space:
mode:
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