summaryrefslogtreecommitdiff
path: root/dnstest
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 /dnstest
parent0c9330e967a2926a2424155c941904e7d4d5815f (diff)
Added CVS Id Strings which were missing
Diffstat (limited to 'dnstest')
-rw-r--r--dnstest/Makefile4
-rw-r--r--dnstest/init.c2
-rw-r--r--dnstest/test.c3
3 files changed, 9 insertions, 0 deletions
diff --git a/dnstest/Makefile b/dnstest/Makefile
index 03fa00a..dd65cf0 100644
--- a/dnstest/Makefile
+++ b/dnstest/Makefile
@@ -1,3 +1,7 @@
+#
+# $Id$
+#
+
SAMPLE=dnstest
PGM=${ARCH}/$(SAMPLE).exe
diff --git a/dnstest/init.c b/dnstest/init.c
index 3075468..0677666 100644
--- a/dnstest/init.c
+++ b/dnstest/init.c
@@ -11,6 +11,8 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
+ *
+ * $Id$
*/
#include <bsp.h>
diff --git a/dnstest/test.c b/dnstest/test.c
index 1e88690..d06a081 100644
--- a/dnstest/test.c
+++ b/dnstest/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>