Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libcurses/erase.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libcurses/erase.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/lib/libcurses/erase.c 1993/07/09 05:34:26 1.2 +++ src/lib/libcurses/erase.c 1993/08/01 18:35:43 1.3 @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)erase.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)erase.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: erase.c,v 1.3 1993/08/01 18:35:43 mycroft Exp $"; #endif /* not lint */ # include "curses.ext"