]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r317346:
authorpfg <pfg@FreeBSD.org>
Sun, 7 May 2017 01:31:42 +0000 (01:31 +0000)
committerpfg <pfg@FreeBSD.org>
Sun, 7 May 2017 01:31:42 +0000 (01:31 +0000)
commit7a027d3bd08849589328b2a085d33dea2874465a
tree4057c07ffd45d6fea0e1912c8f19500125498605
parentcca5af1b9cc197e4953c52bd73cf0d77e87c7484
MFC r317346:
regex: unsign and constify some variables.

Taking some hints from the regex variant in nvi(1) and higher-level
compiler warnings, update some types in our regex(3) implementation.

Joint work with: Kyle Evans
lib/libc/regex/cname.h
lib/libc/regex/regcomp.c
lib/libc/regex/regerror.c
lib/libc/regex/regex2.h
lib/libc/regex/regexec.c
lib/libc/regex/regfree.c