[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.11 and 1.11.4.1

version 1.11, 1995/02/27 03:43:06 version 1.11.4.1, 1996/09/19 20:02:33
Line 49  static char rcsid[] = "$NetBSD$";
Line 49  static char rcsid[] = "$NetBSD$";
  * Compares a filename or pathname to a pattern.   * Compares a filename or pathname to a pattern.
  */   */
   
   #include "namespace.h"
 #include <fnmatch.h>  #include <fnmatch.h>
 #include <string.h>  #include <string.h>
   
   #ifdef __weak_alias
   __weak_alias(fnmatch,_fnmatch);
   #endif
   
 #define EOS     '\0'  #define EOS     '\0'
   
 static const char *rangematch __P((const char *, int, int));  static const char *rangematch __P((const char *, int, int));

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.11.4.1

CVSweb <webmaster@jp.NetBSD.org>