summaryrefslogtreecommitdiffstats
path: root/lib/libtelnet/getent.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-12-16 06:04:29 +0000
committerpeter <peter@FreeBSD.org>1998-12-16 06:04:29 +0000
commit4b96ed957d155bec106e538292e28cae1bd1b893 (patch)
tree87f2abac56b02a4135b980720395990b19e3a1af /lib/libtelnet/getent.c
parentf3847d7306c4d9634b4205fb2f31c81f3b30df90 (diff)
downloadFreeBSD-src-4b96ed957d155bec106e538292e28cae1bd1b893.zip
FreeBSD-src-4b96ed957d155bec106e538292e28cae1bd1b893.tar.gz
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.
Diffstat (limited to 'lib/libtelnet/getent.c')
-rw-r--r--lib/libtelnet/getent.c2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud