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.
 
 
 
 
 
 

11 lines
328 B

--- ../cache/gettext-0.19.8/gettext-tools/src/msginit.c 2016-05-30 09:12:33.000000000 +0000
+++ ./gettext-tools/src/msginit.c 2017-02-23 06:45:14.705803371 +0000
@@ -1073,7 +1073,7 @@
struct passwd *pwd;
pwd = get_user_pwd ();
-#if HAVE_PWD_H
+#ifndef __ANDROID__
if (pwd != NULL)
{
const char *fullname;