gegl: Update from 0.3.32 to 0.3.34
[termux-packages] / packages / privoxy / jcc.c.patch
1 --- ../../build/privoxy/cache/privoxy-3.0.24-stable/jcc.c 2016-01-16 13:33:36.000000000 +0100
2 +++ ./jcc.c 2016-08-20 08:48:12.247371024 +0200
3 @@ -3655,10 +3655,10 @@
4 }
5 if (NULL != grp)
6 {
7 - if (setgroups(1, &grp->gr_gid))
8 - {
9 - log_error(LOG_LEVEL_FATAL, "setgroups() failed: %E");
10 - }
11 + //if (setgroups(1, &grp->gr_gid))
12 + //{
13 + // log_error(LOG_LEVEL_FATAL, "setgroups() failed: %E");
14 + //}
15 }
16 else if (initgroups(pw->pw_name, pw->pw_gid))
17 {