diff options
Diffstat (limited to 'usr.bin/window/wwdelete.c')
| -rw-r--r-- | usr.bin/window/wwdelete.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/window/wwdelete.c b/usr.bin/window/wwdelete.c index 01b7544989c..96cebdb1ffa 100644 --- a/usr.bin/window/wwdelete.c +++ b/usr.bin/window/wwdelete.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)wwdelete.c 3.19 (Berkeley) 6/6/90"; +/*static char sccsid[] = "from: @(#)wwdelete.c 3.19 (Berkeley) 6/6/90";*/ +static char rcsid[] = "$Id: wwdelete.c,v 1.2 1993/08/01 18:01:51 mycroft Exp $"; #endif /* not lint */ #include "ww.h" |
