summarylogtreecommitdiffstats
path: root/0002-Remove-setpwent.patch
diff options
context:
space:
mode:
Diffstat (limited to '0002-Remove-setpwent.patch')
-rw-r--r--0002-Remove-setpwent.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/0002-Remove-setpwent.patch b/0002-Remove-setpwent.patch
new file mode 100644
index 000000000000..df7da56b814d
--- /dev/null
+++ b/0002-Remove-setpwent.patch
@@ -0,0 +1,10 @@
+--- a/extra/readline/complete.c
++++ b/extra/readline/complete.c
+@@ -1855,7 +1855,6 @@
+ #if defined (HAVE_GETPWENT)
+ namelen = strlen (username);
+ #endif
+- setpwent ();
+ }
+
+ #if defined (HAVE_GETPWENT)