[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.4 and 1.5.4.1

version 1.4, 1993/11/06 01:10:18 version 1.5.4.1, 1996/09/16 18:40:29
Line 1 
Line 1 
   /*      $NetBSD$        */
   
 /*  /*
  * Copyright (c) 1989, 1993   * Copyright (c) 1989, 1993
  *      The Regents of the University of California.  All rights reserved.   *      The Regents of the University of California.  All rights reserved.
Line 35 
Line 37 
  */   */
   
 #if defined(LIBC_SCCS) && !defined(lint)  #if defined(LIBC_SCCS) && !defined(lint)
 /* from: static char sccsid[] = "@(#)glob.c     8.3 (Berkeley) 10/13/93"; */  #if 0
 static char *rcsid = "$Id$";  static char sccsid[] = "@(#)glob.c      8.3 (Berkeley) 10/13/93";
   #else
   static char rcsid[] = "$NetBSD$";
   #endif
 #endif /* LIBC_SCCS and not lint */  #endif /* LIBC_SCCS and not lint */
   
 /*  /*
Line 64  static char *rcsid = "$Id$";
Line 69  static char *rcsid = "$Id$";
  *      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.4  
changed lines
  Added in v.1.5.4.1

CVSweb <webmaster@jp.NetBSD.org>