From: Todd C. Miller Date: Thu, 18 Apr 2002 15:39:19 +0000 (+0000) Subject: #undef VOID to get rid of an AFS warning X-Git-Tag: SUDO_1_6_6~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=763db0e6310b573295f66cdf77e15b288d26d9c5;p=sudo #undef VOID to get rid of an AFS warning --- diff --git a/auth/afs.c b/auth/afs.c index 4b1bfd492..f04e20200 100644 --- a/auth/afs.c +++ b/auth/afs.c @@ -57,12 +57,13 @@ #endif /* HAVE_UNISTD_H */ #include -#include -#include - #include "sudo.h" #include "sudo_auth.h" +#undef VOID +#include +#include + #ifndef lint static const char rcsid[] = "$Sudo$"; #endif /* lint */