diff options
Diffstat (limited to 'trek/impulse.c')
| -rw-r--r-- | trek/impulse.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/trek/impulse.c b/trek/impulse.c index 9905b338..f1ef4daa 100644 --- a/trek/impulse.c +++ b/trek/impulse.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)impulse.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)impulse.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: impulse.c,v 1.2 1993/08/01 18:50:27 mycroft Exp $"; #endif /* not lint */ # include "trek.h" |
