diff options
Diffstat (limited to 'rogue/zap.c')
| -rw-r--r-- | rogue/zap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rogue/zap.c b/rogue/zap.c index ecc4e9e0..7180ce59 100644 --- a/rogue/zap.c +++ b/rogue/zap.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)zap.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)zap.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: zap.c,v 1.2 1993/08/01 18:52:07 mycroft Exp $"; #endif /* not lint */ /* |
