I'm trying to build from Termux on Android bad get this
src/pwcache.c:52:18: error: incompatible integer to pointer conversion initializing 'struct passwd *' with an expression of type 'int' [-Wint-conversion]
struct passwd *ent = getpwent();
uname -a
Linux localhost 4.14.180-perf-ge2a1322887a5 #1 SMP PREEMPT Mon Mar 28 19:47:44 CST 2022 aarch64 Android
Any help would be appreciated
I'm trying to build from Termux on Android bad get this
uname -a
Any help would be appreciated