summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-06-23 12:57:13 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-06-23 12:57:13 +0000
commit595ec28cfb94cda50255e83c1b6b6d860fb2bdf8 (patch)
tree205578b633a553c59ff2779f228cc56e0914a97c
parentabfe60d5bc1711c7b7f5fae64c1496497c15e72a (diff)
fix rcsid
-rw-r--r--server/access.c2
-rw-r--r--server/bdump.c2
-rw-r--r--server/class.c2
-rw-r--r--server/client.c2
-rw-r--r--server/hostm.c2
-rw-r--r--server/kstuff.c2
-rw-r--r--server/server.c2
-rw-r--r--server/subscr.c2
-rw-r--r--server/uloc.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/server/access.c b/server/access.c
index 48817e8..7b94f4c 100644
--- a/server/access.c
+++ b/server/access.c
@@ -15,7 +15,7 @@
#ifndef lint
#ifndef SABER
-static char rcsid_acl_s_c[] = "$Header$";
+static char rcsid_access_c[] = "$Header$";
#endif SABER
#endif lint
diff --git a/server/bdump.c b/server/bdump.c
index 5a27bfc..774fd6c 100644
--- a/server/bdump.c
+++ b/server/bdump.c
@@ -15,7 +15,7 @@
#ifndef lint
#ifndef SABER
-static char rcsid_bdump_s_c[] = "$Header$";
+static char rcsid_bdump_c[] = "$Header$";
#endif SABER
#endif lint
diff --git a/server/class.c b/server/class.c
index 5d6394e..8a12b7d 100644
--- a/server/class.c
+++ b/server/class.c
@@ -15,7 +15,7 @@
#ifndef lint
#ifndef SABER
-static char rcsid_class_s_c[] = "$Header$";
+static char rcsid_class_c[] = "$Header$";
#endif SABER
#endif lint
diff --git a/server/client.c b/server/client.c
index 7f25d88..2bebf95 100644
--- a/server/client.c
+++ b/server/client.c
@@ -15,7 +15,7 @@
#ifndef lint
#ifndef SABER
-static char rcsid_client_s_c[] = "$Header$";
+static char rcsid_client_c[] = "$Header$";
#endif SABER
#endif lint
diff --git a/server/hostm.c b/server/hostm.c
index 1a1419a..518c19c 100644
--- a/server/hostm.c
+++ b/server/hostm.c
@@ -15,7 +15,7 @@
#ifndef lint
#ifndef SABER
-static char rcsid_hostm_s_c[] = "$Header$";
+static char rcsid_hostm_c[] = "$Header$";
#endif SABER
#endif lint
diff --git a/server/kstuff.c b/server/kstuff.c
index 0543b3c..3caa0da 100644
--- a/server/kstuff.c
+++ b/server/kstuff.c
@@ -5,7 +5,7 @@
*/
#ifndef lint
-static char *rcsid_kstuff_c = "$Header$";
+static char rcsid_kstuff_c[] = "$Header$";
#endif lint
#include "zserver.h"
diff --git a/server/server.c b/server/server.c
index 59bf0c8..f1edd78 100644
--- a/server/server.c
+++ b/server/server.c
@@ -15,7 +15,7 @@
#ifndef lint
#ifndef SABER
-static char rcsid_server_s_c[] = "$Header$";
+static char rcsid_server_c[] = "$Header$";
#endif SABER
#endif lint
diff --git a/server/subscr.c b/server/subscr.c
index abf9ef2..0cb01dd 100644
--- a/server/subscr.c
+++ b/server/subscr.c
@@ -15,7 +15,7 @@
#ifndef lint
#ifndef SABER
-static char rcsid_subscr_s_c[] = "$Header$";
+static char rcsid_subscr_c[] = "$Header$";
#endif SABER
#endif lint
diff --git a/server/uloc.c b/server/uloc.c
index 626cd33..2009468 100644
--- a/server/uloc.c
+++ b/server/uloc.c
@@ -14,7 +14,7 @@
#include <zephyr/mit-copyright.h>
#ifndef lint
-static char rcsid_uloc_s_c[] = "$Header$";
+static char rcsid_uloc_c[] = "$Header$";
#endif lint
#include "zserver.h"