#undef VOID to get rid of an AFS warning

This commit is contained in:
Todd C. Miller
2002-04-18 15:39:19 +00:00
parent a576207620
commit 763db0e631

View File

@@ -57,12 +57,13 @@
#endif /* HAVE_UNISTD_H */ #endif /* HAVE_UNISTD_H */
#include <pwd.h> #include <pwd.h>
#include <afs/stds.h>
#include <afs/kautils.h>
#include "sudo.h" #include "sudo.h"
#include "sudo_auth.h" #include "sudo_auth.h"
#undef VOID
#include <afs/stds.h>
#include <afs/kautils.h>
#ifndef lint #ifndef lint
static const char rcsid[] = "$Sudo$"; static const char rcsid[] = "$Sudo$";
#endif /* lint */ #endif /* lint */