You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
337 B

--- ./extra/readline/complete.c 2017-01-18 01:08:19.000000000 +0530
+++ ../complete.c 2017-02-03 08:35:29.752470580 +0530
@@ -1854,8 +1854,8 @@
username = savestring (&text[first_char_loc]);
#if defined (HAVE_GETPWENT)
namelen = strlen (username);
-#endif
setpwent ();
+#endif
}
#if defined (HAVE_GETPWENT)