https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203900
--- Comment #9 from John Baldwin <[email protected]> --- The relevant patches (I should move these to a git branch) are at www.freebsd.org/~jhb/patches/stdio_file.patch as well as the stdio_file_exp*.patch follow up patches from when I was doing exp-runs on ports. I had an earlier patch (stdio.patch) that made FILE completely opaque, but I think that broke too many things that expect FILE's definition to be available. In particular, I think GNU autoconf tests try to compile something with a static FILE object to make sure the FILE type exists. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
