diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-14 17:15:20 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-14 17:15:20 +0000 |
commit | 89e22d556d6a3517beebb02c12e4a465dbb4aadf (patch) | |
tree | f4100a056ca43c46245e0370a1ddfce3c6db3701 /lib/libocurses/cr_put.c | |
parent | 14c8226bce6edf111430283640cb1449dc5839e9 (diff) |
zap sccsid, okay deraadt@
Diffstat (limited to 'lib/libocurses/cr_put.c')
-rw-r--r-- | lib/libocurses/cr_put.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libocurses/cr_put.c b/lib/libocurses/cr_put.c index 1e5969f435e..edd8a7ddaa0 100644 --- a/lib/libocurses/cr_put.c +++ b/lib/libocurses/cr_put.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cr_put.c,v 1.6 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[] = "@(#)cr_put.c 8.3 (Berkeley) 5/4/94"; -#endif /* not lint */ - #include <string.h> #include "curses.h" |