From 4b96ed957d155bec106e538292e28cae1bd1b893 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 16 Dec 1998 06:04:29 +0000 Subject: Old stuff laying around: Don't use a function called getstr(), that has nasty consequences when the system curses is ncurses as this conflicts with a ncurses funciton and causes recursion. --- lib/libtelnet/getent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libtelnet/getent.c') diff --git a/lib/libtelnet/getent.c b/lib/libtelnet/getent.c index e87bf66..0956a2a 100644 --- a/lib/libtelnet/getent.c +++ b/lib/libtelnet/getent.c @@ -58,7 +58,7 @@ char *cp, *name; #ifndef SOLARIS /*ARGSUSED*/ char * -getstr(id, cpp) +Getstr(id, cpp) char *id, **cpp; { # ifdef HAS_CGETENT -- cgit v1.1