Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen remove stray printf.



details:   https://anonhg.NetBSD.org/src/rev/9dd1c0366b36
branches:  trunk
changeset: 761267:9dd1c0366b36
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 22 16:24:44 2011 +0000

description:
remove stray printf.

diffstat:

 lib/libc/gen/glob.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 4950f8357959 -r 9dd1c0366b36 lib/libc/gen/glob.c
--- a/lib/libc/gen/glob.c       Sat Jan 22 15:21:37 2011 +0000
+++ b/lib/libc/gen/glob.c       Sat Jan 22 16:24:44 2011 +0000
@@ -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 @@
                                errno = 0;
                                *pathend++ = SEP;
                                *pathend = EOS;
-printf("stat limit\n");
                                return GLOB_NOSPACE;
                        }
                        if (((pglob->gl_flags & GLOB_MARK) &&



Home | Main Index | Thread Index | Old Index