svn commit: r297407 - head/lib/libc/stdio

Andrey Chernov ache at freebsd.org
Wed Mar 30 10:36:48 UTC 2016


On 30.03.2016 4:32, Pedro F. Giffuni wrote:
> --- head/lib/libc/stdio/freopen.c	Wed Mar 30 01:08:08 2016	(r297406)
> +++ head/lib/libc/stdio/freopen.c	Wed Mar 30 01:32:08 2016	(r297407)
> @@ -66,7 +66,8 @@ freopen(const char * __restrict file, co
>  		(void) fclose(fp);
>  		errno = sverrno;
>  		return (NULL);
> -	}
> +	} else
> +		sverrno = 0;

This one is wrong too, see my detailed reply on the next commit.

-- 
http://ache.vniz.net/


More information about the svn-src-all mailing list