summaryrefslogtreecommitdiffstats
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.c3
6 files changed, 19 insertions, 0 deletions
diff --git a/ttcp/Makefile b/ttcp/Makefile
index 39f2d68..a8a063d 100644
--- a/ttcp/Makefile
+++ b/ttcp/Makefile
@@ -1,3 +1,7 @@
+#
+# $Id$
+#
+
SAMPLE=ttcp
PGM=${ARCH}/$(SAMPLE).exe
diff --git a/ttcp/README b/ttcp/README
index 5f209ab..fd5afbb 100644
--- a/ttcp/README
+++ b/ttcp/README
@@ -1,3 +1,7 @@
+#
+# $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 68cbff7..f20fa4c 100644
--- a/ttcp/init.c
+++ b/ttcp/init.c
@@ -11,6 +11,8 @@
* 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 cb97b99..08c7b16 100644
--- a/ttcp/rtems_ttcp.c
+++ b/ttcp/rtems_ttcp.c
@@ -16,6 +16,8 @@
* 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 215ddac..cddb790 100644
--- a/ttcp/ttcp_orig/README
+++ b/ttcp/ttcp_orig/README
@@ -1,3 +1,7 @@
+#
+# $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 305a7c7..4d5ebfd 100644
--- a/ttcp/ttcp_orig/ttcp.c
+++ b/ttcp/ttcp_orig/ttcp.c
@@ -34,7 +34,10 @@
*
* Distribution Status -
* Public Domain. Distribution Unlimited.
+ *
+ * $Id$
*/
+
#ifndef lint
static char RCSid[] = "ttcp.c $Revision$";
#endif