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/touchwin.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libcurses/touchwin.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/lib/libcurses/touchwin.c 1994/08/17 21:52:49 1.6 +++ src/lib/libcurses/touchwin.c 1997/07/22 07:37:07 1.7 @@ -1,3 +1,5 @@ +/* $NetBSD: touchwin.c,v 1.7 1997/07/22 07:37:07 mikel Exp $ */ + /* * Copyright (c) 1981, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -31,8 +33,13 @@ * SUCH DAMAGE. */ +#include #ifndef lint +#if 0 static char sccsid[] = "@(#)touchwin.c 8.2 (Berkeley) 5/4/94"; +#else +__RCSID("$NetBSD: touchwin.c,v 1.7 1997/07/22 07:37:07 mikel Exp $"); +#endif #endif /* not lint */ #include "curses.h"