[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.22 and 1.22.4.1

version 1.22, 2008/02/22 18:33:51 version 1.22.4.1, 2008/06/23 04:29:31
Line 87  __RCSID("$NetBSD$");
Line 87  __RCSID("$NetBSD$");
 #define NO_GETPW_R  #define NO_GETPW_R
 #endif  #endif
   
   #if !defined(ARG_MAX)
   #include <limits.h>
   #define ARG_MAX _POSIX_ARG_MAX
   #endif
   
 /*  /*
  * XXX: For NetBSD 1.4.x compatibility. (kill me l8r)   * XXX: For NetBSD 1.4.x compatibility. (kill me l8r)
  */   */

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

CVSweb <webmaster@jp.NetBSD.org>