diff options
Diffstat (limited to 'battlestar/com1.c')
| -rw-r--r-- | battlestar/com1.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/battlestar/com1.c b/battlestar/com1.c index 5b08526f..f1ac5f6b 100644 --- a/battlestar/com1.c +++ b/battlestar/com1.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)com1.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)com1.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: com1.c,v 1.2 1993/08/01 18:56:13 mycroft Exp $"; #endif /* not lint */ #include "externs.h" |
