chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
libuv: Update from 1.20.0 to 1.20.1
[termux-packages]
/
packages
/
gettext
/
msginit.c.patch
1
--- ../cache/gettext-0.19.8/gettext-tools/src/msginit.c 2016-05-30 09:12:33.000000000 +0000
2
+++ ./gettext-tools/src/msginit.c 2017-02-23 06:45:14.705803371 +0000
3
@@ -1073,7 +1073,7 @@
4
struct passwd *pwd;
5
6
pwd = get_user_pwd ();
7
-#if HAVE_PWD_H
8
+#ifndef __ANDROID__
9
if (pwd != NULL)
10
{
11
const char *fullname;