summaryrefslogtreecommitdiffstats
path: root/mcast
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 /mcast
parent2011-08-02 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadnetwork-demos-af6a124c980da349f673ae788c6a99aaf10e9115.tar.bz2
network-demos - Remove CVS Ids (scripted)
Diffstat (limited to 'mcast')
-rw-r--r--mcast/Makefile4
-rw-r--r--mcast/README4
-rw-r--r--mcast/init.c2
-rw-r--r--mcast/mcast_params.h2
4 files changed, 0 insertions, 12 deletions
diff --git a/mcast/Makefile b/mcast/Makefile
index 5ecf8ec..cdb551e 100644
--- a/mcast/Makefile
+++ b/mcast/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
PGM=${ARCH}/mcast.exe
MANAGERS=all
diff --git a/mcast/README b/mcast/README
index 24ed119..25f6990 100644
--- a/mcast/README
+++ b/mcast/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This directory contains a very simple multicast demo program. There
are multiple multicast demo programs on the Internet and this program
is a combination of those.
diff --git a/mcast/init.c b/mcast/init.c
index ad9c196..fc6f29d 100644
--- a/mcast/init.c
+++ b/mcast/init.c
@@ -11,8 +11,6 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/mcast/mcast_params.h b/mcast/mcast_params.h
index 86b5826..9d555fc 100644
--- a/mcast/mcast_params.h
+++ b/mcast/mcast_params.h
@@ -1,7 +1,5 @@
/*
* Multicast parameters which you might want to change
- *
- * $Id$
*/
#define MCAST_ADDR "239.9.8.0"