View | Details | Raw Unified | Return to bug 2087 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac (+1 lines)
Lines 1524-1529 Link Here
1524
	clock \
1524
	clock \
1525
	closefrom \
1525
	closefrom \
1526
	dirfd \
1526
	dirfd \
1527
	endgrent \
1527
	fchmod \
1528
	fchmod \
1528
	fchown \
1529
	fchown \
1529
	freeaddrinfo \
1530
	freeaddrinfo \
(-)session.c (+2 lines)
Lines 1499-1506 Link Here
1499
			perror("initgroups");
1499
			perror("initgroups");
1500
			exit(1);
1500
			exit(1);
1501
		}
1501
		}
1502
#ifdef HAVE_ENDGRENT
1502
		endgrent();
1503
		endgrent();
1503
#endif
1504
#endif
1505
#endif
1504
1506
1505
		platform_setusercontext_post_groups(pw);
1507
		platform_setusercontext_post_groups(pw);
1506
1508

Return to bug 2087