1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 01:16:38 +00:00
termux-packages/packages/alpine/mtest.c.patch
2017-08-26 23:11:35 +02:00

12 lines
368 B
Diff

--- ../cache/alpine-2.21/imap/src/mtest/mtest.c 2017-02-06 00:06:22.499218141 +0000
+++ ./imap/src/mtest/mtest.c 2017-04-25 11:05:20.133809205 +0000
@@ -97,7 +97,7 @@
}
#endif
curusr = cpystr (((s = myusername ()) && *s) ? s : "somebody");
-#if UNIXLIKE
+#if UNIXLIKE && !defined __ANDROID__
{
char *suffix;
struct passwd *pwd = getpwnam (curusr);