From 6c8ac72df7e99e77d81dd92c2f6b552ef77727ad Mon Sep 17 00:00:00 2001 From: Sean Eric Fagan Date: Sat, 13 Aug 1994 23:15:38 +0000 Subject: Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as distributed in keith bostic's nvi (got his permission first). Most changes are cosmetic, but a few errors (mostly in tty..c) were cleared up. Reviewed by: Sean Eric Fagan --- lib/libcurses/getstr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libcurses/getstr.c') diff --git a/lib/libcurses/getstr.c b/lib/libcurses/getstr.c index 6194f1f86689..daf8e61b7fd7 100644 --- a/lib/libcurses/getstr.c +++ b/lib/libcurses/getstr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1981, 1993 + * Copyright (c) 1981, 1993, 1994 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,10 +32,10 @@ */ #ifndef lint -static char sccsid[] = "@(#)getstr.c 8.1 (Berkeley) 6/4/93"; +static char sccsid[] = "@(#)getstr.c 8.2 (Berkeley) 5/4/94"; #endif /* not lint */ -#include +#include "curses.h" /* * wgetstr -- -- cgit v1.2.3