X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/973267fc6f29be809745852a7bfffb2c2c1d53e4..8da950620a5aff9c4ff1c2061712a6ae47aa8c22:/packages/unrar/getpass.patch?ds=sidebyside diff --git a/packages/unrar/getpass.patch b/packages/unrar/getpass.patch index 7d70b79e..ea7964b8 100644 --- a/packages/unrar/getpass.patch +++ b/packages/unrar/getpass.patch @@ -17,7 +17,7 @@ diff -uNr unrar.mod/consio.cpp unrar.mod2/consio.cpp #ifndef SILENT +#ifdef __ANDROID__ -+char* getpass(const char *prompt) { ++static char* getpass(const char *prompt) { + struct termios term_old, term_new; + int nread; +