diff options
Diffstat (limited to 'lib/libocurses/insch.c')
-rw-r--r-- | lib/libocurses/insch.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libocurses/insch.c b/lib/libocurses/insch.c index 6855e7a2540..c4b1702a55d 100644 --- a/lib/libocurses/insch.c +++ b/lib/libocurses/insch.c @@ -1,3 +1,4 @@ +/* $OpenBSD: insch.c,v 1.4 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[] = "@(#)insch.c 8.2 (Berkeley) 5/4/94"; -#endif /* not lint */ - #include <string.h> #include "curses.h" |