Paul Eggert <eggert <at> CS.UCLA.EDU> writes: > > Eric Blake <ebb9 <at> byu.net> writes: > > > * modules/mountlist (Depends-on): Add strstr > > The other parts of your patch might be needed, but these aren't quite > right. As far as I can tell, regex does not depend on mempcpy, nor > does mountlist depend on strstr. (They may refer to those routines in > some cases, but they don't depend on those modules.)
I reverted the mountlist change, thanks to Bruno's string_.h latest patch not being so vocal about the use of strstr. This brings both regex and mountlist back to their state prior to the string link warnings, and means coreutils once again no longer uses the strstr module. -- Eric Blake