]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
regex: unsign and constify some variables.
authorpfg <pfg@FreeBSD.org>
Sun, 23 Apr 2017 21:51:29 +0000 (21:51 +0000)
committerpfg <pfg@FreeBSD.org>
Sun, 23 Apr 2017 21:51:29 +0000 (21:51 +0000)
commite9abc6e2be47336b6ab525c20d941e6464bd0b4f
tree2519ceb25cf30780f5e0a3abde1af2620ea5943b
parent21345be8a1a9ab76ce344fc80d01779336e504ff
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
MFC after: 2 weeks
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