Module Name:    src
Committed By:   pooka
Date:           Wed Oct 13 10:31:00 UTC 2010

Modified Files:
        src/tests/lib/libc/gen: t_glob_star.c

Log Message:
fix -DDEBUG


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/gen/t_glob_star.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libc/gen/t_glob_star.c
diff -u src/tests/lib/libc/gen/t_glob_star.c:1.3 src/tests/lib/libc/gen/t_glob_star.c:1.4
--- src/tests/lib/libc/gen/t_glob_star.c:1.3	Mon Oct 11 15:48:57 2010
+++ src/tests/lib/libc/gen/t_glob_star.c	Wed Oct 13 10:31:00 2010
@@ -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

Reply via email to