- updated to sudo-1.8.2 - please forward to factory OBS-URL: https://build.opensuse.org/request/show/87600 OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=25
13 lines
309 B
Diff
13 lines
309 B
Diff
Index: sudo-1.8.2/common/setgroups.c
|
|
===================================================================
|
|
--- sudo-1.8.2.orig/common/setgroups.c
|
|
+++ sudo-1.8.2/common/setgroups.c
|
|
@@ -33,6 +33,7 @@
|
|
#endif /* HAVE_UNISTD_H */
|
|
#include <errno.h>
|
|
#include <limits.h>
|
|
+#include <grp.h>
|
|
|
|
#include "missing.h"
|
|
|