summaryrefslogtreecommitdiff
path: root/zwgc/exec.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-11-15 13:21:46 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-11-15 13:21:46 +0000
commit62dbff171aa6f2389f1c1de176cea5990bf2f003 (patch)
tree859afbeeff297e64bad143523fcbedb3175a826a /zwgc/exec.c
parente4bcdb470151cb8fb97c65d8c4fce1afd993e97c (diff)
fix RCS string
Diffstat (limited to 'zwgc/exec.c')
-rw-r--r--zwgc/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/exec.c b/zwgc/exec.c
index 674f637..962fedf 100644
--- a/zwgc/exec.c
+++ b/zwgc/exec.c
@@ -13,7 +13,7 @@
*/
#if (!defined(lint) && !defined(SABER))
-static char rcsid_exec_c[] = "$Header$";
+static char rcsid_exec_c[] = "$Id$";
#endif
#include <zephyr/mit-copyright.h>