From a013d4e66d2545c04e2599aa2e4a4fc50468153d Mon Sep 17 00:00:00 2001 From: cvpcs Date: Thu, 3 Jun 2010 02:20:07 -0500 Subject: first successful build of bash-4.1 --- bashline.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bashline.c') diff --git a/bashline.c b/bashline.c index 9b49d0b..174ea80 100644 --- a/bashline.c +++ b/bashline.c @@ -2102,9 +2102,9 @@ bash_groupname_completion_function (text, state) const char *text; int state; { -#if defined (__WIN32__) || defined (__OPENNT) || !defined (HAVE_GRP_H) +//#if defined (__WIN32__) || defined (__OPENNT) || !defined (HAVE_GRP_H) return ((char *)NULL); -#else +/*#else static char *gname = (char *)NULL; static struct group *grent; static int gnamelen; @@ -2133,7 +2133,7 @@ bash_groupname_completion_function (text, state) value = savestring (grent->gr_name); return (value); -#endif +#endif*/ } /* Functions to perform history and alias expansions on the current line. */ @@ -3421,7 +3421,7 @@ static int putx(c) int c; { - putc (c, rl_outstream); + return putc (c, rl_outstream); } static int -- cgit v1.1