aboutsummaryrefslogtreecommitdiffstats
path: root/lib/readline/complete.c
diff options
context:
space:
mode:
authorcvpcs <root@cvpcs.org>2010-06-03 02:20:07 -0500
committercvpcs <root@cvpcs.org>2010-06-03 02:20:07 -0500
commita013d4e66d2545c04e2599aa2e4a4fc50468153d (patch)
tree415d0a5af06f28f3e3b6b389ff6818e3ee774ff8 /lib/readline/complete.c
parent772f20abb0a3a0979c440114bf3a1cff5b3cef03 (diff)
downloadexternal_bash-a013d4e66d2545c04e2599aa2e4a4fc50468153d.zip
external_bash-a013d4e66d2545c04e2599aa2e4a4fc50468153d.tar.gz
external_bash-a013d4e66d2545c04e2599aa2e4a4fc50468153d.tar.bz2
first successful build of bash-4.1
Diffstat (limited to 'lib/readline/complete.c')
-rw-r--r--lib/readline/complete.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/readline/complete.c b/lib/readline/complete.c
index bda2204..38249d2 100644
--- a/lib/readline/complete.c
+++ b/lib/readline/complete.c
@@ -1970,7 +1970,7 @@ rl_username_completion_function (text, state)
username = savestring (&text[first_char_loc]);
namelen = strlen (username);
- setpwent ();
+// setpwent ();
}
#if defined (HAVE_GETPWENT)