From a10a4d500335f98ef007208319b629de9dd29ddb Mon Sep 17 00:00:00 2001 From: Abhijeet Kaur Date: Wed, 21 Apr 2021 13:40:46 +0000 Subject: Revert "ANDROID: Disable HAVE_GETPASS for bionic" Revert "Reland "Support auto-generation of ESP, add otheros_root"" Revert submission 1673544-fix-mtools-bionic Reason for revert: b/185730264 b/185905369 Reverted Changes: I2ba904af8:ANDROID: Disable HAVE_GETPASS for bionic Id558c56ed:Reland "Support auto-generation of ESP, add othero... Change-Id: If4d29d44cb66c4e7952f8bd63b15f75ee949f913 --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 3438725..66661fe 100644 --- a/config.h +++ b/config.h @@ -41,7 +41,7 @@ #define HAVE_GETOPT_H 1 /* Define to 1 if you have the `getpass' function. */ -/* #undef HAVE_GETPASS */ +#define HAVE_GETPASS 1 /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 -- cgit v1.2.3