summaryrefslogtreecommitdiffstats
path: root/atc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'atc/main.c')
-rw-r--r--atc/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/atc/main.c b/atc/main.c
index e4ce3d0f..0910da90 100644
--- a/atc/main.c
+++ b/atc/main.c
@@ -50,7 +50,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)main.c 5.4 (Berkeley) 3/5/91";
+/*static char sccsid[] = "from: @(#)main.c 5.4 (Berkeley) 3/5/91";*/
+static char rcsid[] = "$Id: main.c,v 1.2 1993/08/01 18:57:04 mycroft Exp $";
#endif /* not lint */
#include "include.h"