From ff5fc3cf84894e918e5fef3a6e69d26114058367 Mon Sep 17 00:00:00 2001 From: cgd Date: Mon, 11 Dec 1995 23:22:09 +0000 Subject: [PATCH] delete bogus declaration of abort() and include stdlib.h, so that this compiles w/o warning. --- usr.bin/tn3270/sys_curses/termout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/tn3270/sys_curses/termout.c b/usr.bin/tn3270/sys_curses/termout.c index 3fecc314ec68..5d9fb0f7b682 100644 --- a/usr.bin/tn3270/sys_curses/termout.c +++ b/usr.bin/tn3270/sys_curses/termout.c @@ -33,7 +33,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)termout.c 4.3 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$Id: termout.c,v 1.5 1995/10/10 04:18:01 thorpej Exp $"; +static char rcsid[] = "$Id: termout.c,v 1.6 1995/12/11 23:22:09 cgd Exp $"; #endif /* not lint */ #if defined(unix) @@ -41,6 +41,7 @@ static char rcsid[] = "$Id: termout.c,v 1.5 1995/10/10 04:18:01 thorpej Exp $"; #include #endif #include +#include #include #include #if defined(ultrix) @@ -642,7 +643,6 @@ InitTerminal() #if defined(unix) char KSEbuffer[2050]; char *lotsofspace = KSEbuffer; - extern int abort(); extern char *tgetstr(); #endif /* defined(unix) */