]> git.gag.com Git - debian/sudo/blobdiff - vasgroups.c
Imported Upstream version 1.7.6p1
[debian/sudo] / vasgroups.c
index a7c6c34fbd181ecd6444f1127b24706f89e18f9c..0ba33e1b5bac16cf44ce4cdb8bcace473e13b863 100644 (file)
@@ -28,7 +28,7 @@
  * POSSIBILITY OF SUCH DAMAGE. 
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <stdlib.h>
 #include <sys/types.h>
@@ -40,7 +40,7 @@
 
 #include <vas.h>
 
-#include "compat.h"
+#include "missing.h"
 #include "logging.h"
 #include "nonunix.h"
 #include "sudo.h"
@@ -165,7 +165,7 @@ FINISHED: /* cleanups */
     if( vas_group )              v_group_free( sudo_vas_ctx, vas_group );
     if( vas_user )              v_user_free( sudo_vas_ctx, vas_user );
 
-    return(rval);
+    return rval;
 }