diff options
Diffstat (limited to 'lib/libocurses/clear.c')
-rw-r--r-- | lib/libocurses/clear.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libocurses/clear.c b/lib/libocurses/clear.c index 3d7daa07ae2..8ecacd1ce39 100644 --- a/lib/libocurses/clear.c +++ b/lib/libocurses/clear.c @@ -1,3 +1,4 @@ +/* $OpenBSD: clear.c,v 1.3 2005/08/14 17:15:19 espie Exp $ */ /* * Copyright (c) 1981, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -27,10 +28,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)clear.c 8.2 (Berkeley) 5/4/94"; -#endif /* not lint */ - #include "curses.h" /* |