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/
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to