summarylogtreecommitdiffstats
path: root/0002-Remove-setpwent.patch
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-27 23:28:29 -0300
committerGonzalo Exequiel Pedone2024-03-27 23:28:29 -0300
commit367013d63a0e9ee029c2d73a4f970cef5ed9f417 (patch)
tree1dd18f06f700b13755cfc36f7e0f009c32e1c4b8 /0002-Remove-setpwent.patch
downloadaur-android-x86-64-mariadb.tar.gz
New package.
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)