diff options
Diffstat (limited to 'usr.bin/tn3270/ctlr/outbound.c')
-rw-r--r-- | usr.bin/tn3270/ctlr/outbound.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/tn3270/ctlr/outbound.c b/usr.bin/tn3270/ctlr/outbound.c index 6740c19e174..41284d5f2a3 100644 --- a/usr.bin/tn3270/ctlr/outbound.c +++ b/usr.bin/tn3270/ctlr/outbound.c @@ -1,4 +1,4 @@ -/* $OpenBSD: outbound.c,v 1.5 2003/06/03 02:56:19 millert Exp $ */ +/* $OpenBSD: outbound.c,v 1.6 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: @(#)outbound.c 4.3 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$OpenBSD: outbound.c,v 1.5 2003/06/03 02:56:19 millert Exp $"; -#endif /* not lint */ - #include <stdio.h> #include "../general/general.h" |