diff options
Diffstat (limited to 'usr.bin/tn3270/ctlr/api.c')
-rw-r--r-- | usr.bin/tn3270/ctlr/api.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/tn3270/ctlr/api.c b/usr.bin/tn3270/ctlr/api.c index 10553b0dbd7..958ef647312 100644 --- a/usr.bin/tn3270/ctlr/api.c +++ b/usr.bin/tn3270/ctlr/api.c @@ -1,4 +1,4 @@ -/* $OpenBSD: api.c,v 1.3 2003/06/03 02:56:19 millert Exp $ */ +/* $OpenBSD: api.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: @(#)api.c 4.5 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$OpenBSD: api.c,v 1.3 2003/06/03 02:56:19 millert Exp $"; -#endif /* not lint */ - /* * This file implements the API used in the PC version. */ |