[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.20 and 1.21

version 1.20, 2003/08/07 16:42:48 version 1.21, 2005/12/24 21:11:16
Line 61  __weak_alias(fnmatch,_fnmatch)
Line 61  __weak_alias(fnmatch,_fnmatch)
   
 static const char *rangematch __P((const char *, int, int));  static const char *rangematch __P((const char *, int, int));
   
 static __inline int  static inline int
 foldcase(int ch, int flags)  foldcase(int ch, int flags)
 {  {
   

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb <webmaster@jp.NetBSD.org>