summaryrefslogtreecommitdiffstats
path: root/netdemo
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-21 13:26:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-21 13:26:06 +0000
commit7ba2ac5fded8b9a9ec796a8d05298557defa56f2 (patch)
tree3a3af0ac93aef57c5ff204aa0ab706c750d59c0d /netdemo
parentKA9Q -> FreeBSD changes from Eric Norum (diff)
downloadnetwork-demos-7ba2ac5fded8b9a9ec796a8d05298557defa56f2.tar.bz2
Added CVS Id Strings which were missing
Diffstat (limited to 'netdemo')
-rw-r--r--netdemo/Makefile4
-rw-r--r--netdemo/init.c2
-rw-r--r--netdemo/test.c3
3 files changed, 9 insertions, 0 deletions
diff --git a/netdemo/Makefile b/netdemo/Makefile
index 716d064..f8474f1 100644
--- a/netdemo/Makefile
+++ b/netdemo/Makefile
@@ -1,3 +1,7 @@
+#
+# $Id$
+#
+
SAMPLE=netdemo
PGM=${ARCH}/$(SAMPLE).exe
diff --git a/netdemo/init.c b/netdemo/init.c
index cba6e1a..93e0487 100644
--- a/netdemo/init.c
+++ b/netdemo/init.c
@@ -11,6 +11,8 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
+ *
+ * $Id$
*/
#include <bsp.h>
diff --git a/netdemo/test.c b/netdemo/test.c
index a58f7e1..0025fe1 100644
--- a/netdemo/test.c
+++ b/netdemo/test.c
@@ -11,7 +11,10 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
+ *
+ * $Id$
*/
+
#include <stdio.h>
#include <string.h>
#include <errno.h>