]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add missing patch from r328240
authorkevans <kevans@FreeBSD.org>
Mon, 22 Jan 2018 02:58:33 +0000 (02:58 +0000)
committerkevans <kevans@FreeBSD.org>
Mon, 22 Jan 2018 02:58:33 +0000 (02:58 +0000)
commit90184b5f8a798e9acdbf0da2d5cec16f820323af
treee8ccce4942f7d715a703af5d33fef2c315a41df4
parent8d872ae8f85dc409340b9ac37c269f44815b016e
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
lib/libc/regex/regcomp.c