[BACK]Return to glob.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/glob.c between version 1.5 and 1.5.4.1

version 1.5, 1995/02/27 04:13:35 version 1.5.4.1, 1996/09/16 18:40:29
Line 69  static char rcsid[] = "$NetBSD$";
Line 69  static char rcsid[] = "$NetBSD$";
  *      Number of matches in the current invocation of glob.   *      Number of matches in the current invocation of glob.
  */   */
   
   #include "namespace.h"
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/stat.h>  #include <sys/stat.h>
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.4.1

CVSweb <webmaster@jp.NetBSD.org>