From 1ed9f7e142dd34bafd89be05fe5ac1a62ebfa887 Mon Sep 17 00:00:00 2001 From: thorpej Date: Wed, 4 Feb 1998 21:32:23 +0000 Subject: [PATCH] Always include for string prototypes. --- usr.bin/tn3270/ascii/map3270.c | 8 ++------ usr.bin/tn3270/ascii/mset.c | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/usr.bin/tn3270/ascii/map3270.c b/usr.bin/tn3270/ascii/map3270.c index 59b8cae894c5..00c63d650256 100644 --- a/usr.bin/tn3270/ascii/map3270.c +++ b/usr.bin/tn3270/ascii/map3270.c @@ -1,4 +1,4 @@ -/* $NetBSD: map3270.c,v 1.4 1997/01/09 20:21:57 tls Exp $ */ +/* $NetBSD: map3270.c,v 1.5 1998/02/04 21:32:23 thorpej Exp $ */ /*- * Copyright (c) 1988 The Regents of the University of California. @@ -35,7 +35,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)map3270.c 4.2 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$NetBSD: map3270.c,v 1.4 1997/01/09 20:21:57 tls Exp $"; +static char rcsid[] = "$NetBSD: map3270.c,v 1.5 1998/02/04 21:32:23 thorpej Exp $"; #endif /* not lint */ /* This program reads a description file, somewhat like /etc/termcap, @@ -60,11 +60,7 @@ static char rcsid[] = "$NetBSD: map3270.c,v 1.4 1997/01/09 20:21:57 tls Exp $"; #include #include -#if defined(unix) -#include -#else /* defined(unix) */ #include -#endif /* defined(unix) */ #define IsPrint(c) ((isprint(c) && !isspace(c)) || ((c) == ' ')) diff --git a/usr.bin/tn3270/ascii/mset.c b/usr.bin/tn3270/ascii/mset.c index 739d4f9d32be..0e37f28b3124 100644 --- a/usr.bin/tn3270/ascii/mset.c +++ b/usr.bin/tn3270/ascii/mset.c @@ -1,4 +1,4 @@ -/* $NetBSD: mset.c,v 1.3 1997/01/09 20:21:59 tls Exp $ */ +/* $NetBSD: mset.c,v 1.4 1998/02/04 21:33:31 thorpej Exp $ */ /*- * Copyright (c) 1988 The Regents of the University of California. @@ -41,7 +41,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)mset.c 4.2 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$NetBSD: mset.c,v 1.3 1997/01/09 20:21:59 tls Exp $"; +static char rcsid[] = "$NetBSD: mset.c,v 1.4 1998/02/04 21:33:31 thorpej Exp $"; #endif /* not lint */ /* @@ -52,11 +52,7 @@ static char rcsid[] = "$NetBSD: mset.c,v 1.3 1997/01/09 20:21:59 tls Exp $"; */ #include -#if defined(unix) -#include -#else /* defined(unix) */ #include -#endif /* defined(unix) */ #include "../ctlr/function.h" #include "state.h"