fe5bf674 | 22-Jan-2018 |
Kyle Evans <kevans@FreeBSD.org> |
Add missing patch from r328240
regcomp uses some libc internal collation bits that are not available in the libregex context. It's easy enough to bring in the needed parts that can work in a librege
Add missing patch from r328240
regcomp uses some libc internal collation bits that are not available in the libregex context. It's easy enough to bring in the needed parts that can work in a libregex world, so do so.
Pointy hat to: me
show more ...
|
3ea376f6 | 06-Jul-2017 |
Kyle Evans <kevans@FreeBSD.org> |
Fix sparc64 libc build after r320742.
p_branch_empty was declared but never used due to an oversight. Use it as designed, further comment on its return value.
Reported by: Jenkins (head-sparc64) Re
Fix sparc64 libc build after r320742.
p_branch_empty was declared but never used due to an oversight. Use it as designed, further comment on its return value.
Reported by: Jenkins (head-sparc64) Reviewed by: emaste Approved by: emaste (mentor) MFC with: r320742 Differential Revision: https://reviews.freebsd.org/D11506
show more ...
|