]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix sparc64 libc build after r320742.
authorKyle Evans <kevans@FreeBSD.org>
Thu, 6 Jul 2017 18:21:30 +0000 (18:21 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 6 Jul 2017 18:21:30 +0000 (18:21 +0000)
commit3ea376f69026793829f02a4536e684f25e861e50
tree4e25ac30c1ae15bad8b7933ff41b993e147550a3
parent8f229143b1dfc0dcbd15128ac3c4656a070bfc21
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
lib/libc/regex/regcomp.c