[BACK]Return to fnmatch.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gen/fnmatch.c between version 1.22 and 1.23

version 1.22, 2011/01/31 04:20:50 version 1.23, 2011/01/31 15:07:29
Line 208  fnmatchx(const char *pattern, const char
Line 208  fnmatchx(const char *pattern, const char
 int  int
 fnmatch(const char *pattern, const char *string, int flags)  fnmatch(const char *pattern, const char *string, int flags)
 {  {
         return fnmatchx(pattern, string, flags, 128);          return fnmatchx(pattern, string, flags, 64);
 }  }

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

CVSweb <webmaster@jp.NetBSD.org>