Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 77094 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.6.10/drivers/char/random.c (-1 / +1 lines)
Lines 1906-1912 Link Here
1906
			     void __user *oldval, size_t __user *oldlenp,
1906
			     void __user *oldval, size_t __user *oldlenp,
1907
			     void __user *newval, size_t newlen, void **context)
1907
			     void __user *newval, size_t newlen, void **context)
1908
{
1908
{
1909
	int	len;
1909
	size_t	len;
1910
	
1910
	
1911
	sysctl_poolsize = random_state->poolinfo.POOLBYTES;
1911
	sysctl_poolsize = random_state->poolinfo.POOLBYTES;
1912
1912

Return to bug 77094