Diff for /embedaddon/sudo/common/setgroups.c between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2013/07/22 10:46:11 version 1.1.1.4, 2014/06/15 16:12:54
Line 37 Line 37
   
 #include "missing.h"  #include "missing.h"
 #include "sudo_debug.h"  #include "sudo_debug.h"
   #include "sudo_util.h"
   
 int  int
 sudo_setgroups(int ngids, const GETGROUPS_T *gids)  sudo_setgroups(int ngids, const GETGROUPS_T *gids)

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>