=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/vasgroups.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/sudo/Attic/vasgroups.c 2009/06/21 14:48:42 1.1 --- src/usr.bin/sudo/Attic/vasgroups.c 2010/06/02 19:30:10 1.2 *************** *** 43,50 **** #include "compat.h" #include "logging.h" #include "nonunix.h" - #include "parse.h" #include "sudo.h" /* Pseudo-boolean types */ --- 43,50 ---- #include "compat.h" #include "logging.h" #include "nonunix.h" #include "sudo.h" + #include "parse.h" /* Pseudo-boolean types */ *************** *** 153,160 **** FINISHED: /* cleanups */ ! if (vaserr != VAS_ERR_SUCCESS) { ! int error_flags = NO_MAIL | MSG_ONLY | (uses_inversion ? 0 : NO_EXIT); log_error(error_flags, "Error while checking group membership " "for user \"%s\", group \"%s\", error: %s%s.", user, group, --- 153,160 ---- FINISHED: /* cleanups */ ! if (vaserr != VAS_ERR_SUCCESS && vaserr != VAS_ERR_NOT_FOUND ) { ! int error_flags = NO_MAIL | MSG_ONLY | NO_EXIT; log_error(error_flags, "Error while checking group membership " "for user \"%s\", group \"%s\", error: %s%s.", user, group,