diff options
author | John Kohl <jtkohl@mit.edu> | 1989-09-18 10:23:11 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1989-09-18 10:23:11 +0000 |
commit | 1874aeb90202b55f69492e3d225eda110f1ef42b (patch) | |
tree | 1a6392f4a3b4d4222cb9b5df2b3e0b836618e008 /server | |
parent | bfe44ec2a87d9711a6d8f2dca260306639f50c2d (diff) |
change static variable name
Diffstat (limited to 'server')
-rw-r--r-- | server/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/version.c b/server/version.c index 398709c..3588358 100644 --- a/server/version.c +++ b/server/version.c @@ -20,7 +20,7 @@ char version[] = "Zephyr Server 3.11"; #endif DEBUG #ifndef lint #ifndef SABER -static char rcsid_main_c[] = "$Id$"; +static char rcsid_version_c[] = "$Id$"; char copyright[] = "Copyright (c) 1987,1988,1989 Massachusetts Institute of Technology.\n"; #ifdef CONCURRENT char concurrent[] = "Brain-dump concurrency enabled"; |