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