X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Ftincd.c;h=e338850aa6fa08142606d83ffb219d0ccbe5409d;hp=98a9a64faa39c624a6dec32e9ca4a06d711a9437;hb=d178b583df9fe2bf3ebb3a7377203efc5c46df32;hpb=4fe3688bc68f77686d2061ee9240509e7158441c diff --git a/src/tincd.c b/src/tincd.c index 98a9a64f..e338850a 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -543,7 +543,7 @@ static bool drop_privs() { "initgroups", strerror(errno)); return false; } -#ifndef __ANDROID__ +#ifndef ANDROID // Not supported in android NDK endgrent(); endpwent();