Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/gen fix -DDEBUG
details: https://anonhg.NetBSD.org/src/rev/7a0192409cd0
branches: trunk
changeset: 758007:7a0192409cd0
user: pooka <pooka%NetBSD.org@localhost>
date: Wed Oct 13 10:31:00 2010 +0000
description:
fix -DDEBUG
diffstat:
tests/lib/libc/gen/t_glob_star.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ad17978eb610 -r 7a0192409cd0 tests/lib/libc/gen/t_glob_star.c
--- a/tests/lib/libc/gen/t_glob_star.c Wed Oct 13 09:19:40 2010 +0000
+++ b/tests/lib/libc/gen/t_glob_star.c Wed Oct 13 10:31:00 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_glob_star.c,v 1.3 2010/10/11 15:48:57 christos Exp $ */
+/* $NetBSD: t_glob_star.c,v 1.4 2010/10/13 10:31:00 pooka Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_glob_star.c,v 1.3 2010/10/11 15:48:57 christos Exp $");
+__RCSID("$NetBSD: t_glob_star.c,v 1.4 2010/10/13 10:31:00 pooka Exp $");
#include <atf-c.h>
@@ -164,7 +164,7 @@
{
struct gl_dir *d = v;
d->pos = 0;
- DPRINTF(("closedir %p\n", d))
+ DPRINTF(("closedir %p\n", d));
}
static void
Home |
Main Index |
Thread Index |
Old Index