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