Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/gen/glob.c,v retrieving revision 1.27.2.1 retrieving revision 1.28 diff -u -p -r1.27.2.1 -r1.28 --- src/lib/libc/gen/glob.c 2011/02/08 16:18:59 1.27.2.1 +++ src/lib/libc/gen/glob.c 2011/01/21 23:30:31 1.28 @@ -1,4 +1,4 @@ -/* $NetBSD: glob.c,v 1.27.2.1 2011/02/08 16:18:59 bouyer Exp $ */ +/* $NetBSD: glob.c,v 1.28 2011/01/21 23:30:31 christos Exp $ */ /* * Copyright (c) 1989, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)glob.c 8.3 (Berkeley) 10/13/93"; #else -__RCSID("$NetBSD: glob.c,v 1.27.2.1 2011/02/08 16:18:59 bouyer Exp $"); +__RCSID("$NetBSD: glob.c,v 1.28 2011/01/21 23:30:31 christos Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -638,6 +638,7 @@ glob2(Char *pathbuf, Char *pathend, Char errno = 0; *pathend++ = SEP; *pathend = EOS; +printf("stat limit\n"); return GLOB_NOSPACE; } if (((pglob->gl_flags & GLOB_MARK) &&