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.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- src/lib/libc/gen/glob.c 2011/01/21 23:30:31 1.28 +++ src/lib/libc/gen/glob.c 2011/01/22 16:24:44 1.29 @@ -1,4 +1,4 @@ -/* $NetBSD: glob.c,v 1.28 2011/01/21 23:30:31 christos Exp $ */ +/* $NetBSD: glob.c,v 1.29 2011/01/22 16:24:44 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.28 2011/01/21 23:30:31 christos Exp $"); +__RCSID("$NetBSD: glob.c,v 1.29 2011/01/22 16:24:44 christos Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -638,7 +638,6 @@ 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) &&