Re: fnmatch(3) does not match negated character classes such as [![:space:]]

2016-02-26 Thread Todd C. Miller
Here's a simple fix. I've matched the indent style of the existing code. - todd Index: lib/libc/gen/fnmatch.c === RCS file: /cvs/src/lib/libc/gen/fnmatch.c,v retrieving revision 1.19 diff -u -p -u -r1.19 fnmatch.c --- lib/libc/gen/

fnmatch(3) does not match negated character classes such as [![:space:]]

2016-02-25 Thread Martijn Dekker
>Synopsis: fnmatch(3) does not match negated character classes such as [![:space:]] >Category: library >Environment: System : OpenBSD 5.8 Details : OpenBSD 5.8-stable (GENERIC) #0: Wed Feb 24 15:54:13 CET 2016 martijn@openbsd