svn commit: r303988 - head/lib/libc/gen

John Baldwin jhb at freebsd.org
Fri Aug 26 19:57:45 UTC 2016


On Friday, August 26, 2016 09:37:10 AM Ed Schouten wrote:
> Hi,
> 
> 2016-08-26 1:52 GMT+02:00 Bryan Drewery <bdrewery at freebsd.org>:
> > Libc wouldn't build, it complained quite loudly with a lot of these:
> 
> Got it. Thinking ahead, if it's just basename() giving the problems,
> maybe it's easier to just go ahead and bump the symver of basename()
> as well? I'm planning on replacing it anyway to be in sync with the
> new basename() anyway. Attached is a new patch. Be sure to let me know
> whether that works for you.

Alternatively, couldn't you just leave basename out of the libgen patch
for now and only add it once you do the real symver bump for the
different version?  (That is, just use __generic() for dirname() for
now since that is the only one that has really changed.)

-- 
John Baldwin


More information about the svn-src-all mailing list