diff options
Diffstat (limited to 'usr.bin/tn3270/api/dctype.c')
-rw-r--r-- | usr.bin/tn3270/api/dctype.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/tn3270/api/dctype.c b/usr.bin/tn3270/api/dctype.c index 13887f41f52..26e088cc0cc 100644 --- a/usr.bin/tn3270/api/dctype.c +++ b/usr.bin/tn3270/api/dctype.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dctype.c,v 1.3 2003/06/03 02:56:18 millert Exp $ */ +/* $OpenBSD: dctype.c,v 1.4 2009/10/27 23:59:45 deraadt Exp $ */ /*- * Copyright (c) 1988 The Regents of the University of California. @@ -29,11 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -/*static char sccsid[] = "from: @(#)dctype.c 4.2 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$OpenBSD: dctype.c,v 1.3 2003/06/03 02:56:18 millert Exp $"; -#endif /* not lint */ - #include "dctype.h" unsigned char dctype[192] = { |