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.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- src/lib/libcurses/erase.c 1999/04/13 14:08:18 1.11 +++ src/lib/libcurses/erase.c 2000/04/11 13:57:09 1.12 @@ -1,4 +1,4 @@ -/* $NetBSD: erase.c,v 1.11 1999/04/13 14:08:18 mrg Exp $ */ +/* $NetBSD: erase.c,v 1.12 2000/04/11 13:57:09 blymn Exp $ */ /* * Copyright (c) 1981, 1993, 1994 @@ -38,11 +38,12 @@ #if 0 static char sccsid[] = "@(#)erase.c 8.2 (Berkeley) 5/4/94"; #else -__RCSID("$NetBSD: erase.c,v 1.11 1999/04/13 14:08:18 mrg Exp $"); +__RCSID("$NetBSD: erase.c,v 1.12 2000/04/11 13:57:09 blymn Exp $"); #endif #endif /* not lint */ #include "curses.h" +#include "curses_private.h" /* * werase --