]> granicus.if.org Git - sudo/commitdiff
#undef VOID to get rid of an AFS warning
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 18 Apr 2002 15:39:19 +0000 (15:39 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 18 Apr 2002 15:39:19 +0000 (15:39 +0000)
auth/afs.c

index 4b1bfd4928493287db5ef78f2ee80547c1fe7aad..f04e202002772cb47d6993e0c4983156a5fe5b51 100644 (file)
 #endif /* HAVE_UNISTD_H */
 #include <pwd.h>
 
-#include <afs/stds.h>
-#include <afs/kautils.h>
-
 #include "sudo.h"
 #include "sudo_auth.h"
 
+#undef VOID
+#include <afs/stds.h>
+#include <afs/kautils.h>
+
 #ifndef lint
 static const char rcsid[] = "$Sudo$";
 #endif /* lint */