diff options
Diffstat (limited to 'lib/libocurses/unctrl.c')
-rw-r--r-- | lib/libocurses/unctrl.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libocurses/unctrl.c b/lib/libocurses/unctrl.c index 1149bd7941b..1be2ef46567 100644 --- a/lib/libocurses/unctrl.c +++ b/lib/libocurses/unctrl.c @@ -1,3 +1,4 @@ +/* $OpenBSD: unctrl.c,v 1.3 2005/08/14 17:15:19 espie Exp $ */ /* * Copyright (c) 1981, 1993 * The Regents of the University of California. All rights reserved. @@ -27,10 +28,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)unctrl.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - char *__unctrl[256] = { "^@", "^A", "^B", "^C", "^D", "^E", "^F", "^G", "^H", "^I", "^J", "^K", "^L", "^M", "^N", "^O", |