HomeFreeBSD

MFC r288309: fnmatch(): Remove exponential behaviour as in sh r229201.

Description

MFC r288309: fnmatch(): Remove exponential behaviour as in sh r229201.

The old code was exponential in the number of asterisks in the pattern.
However, once a match has been found upto the next asterisk, the previous
asterisks are no longer relevant.

Details

Provenance
jillesAuthored on
Parents
rS289942: Deliver INOTs only to enabled virtual ports.
Branches
Unknown
Tags
Unknown