Module Name:    src
Committed By:   kre
Date:           Sun Nov 19 00:41:10 UTC 2017

Modified Files:
        src/usr.bin/config: sem.c

Log Message:
Remove a stray left over debug printf that crashes the builds (ab==NULL).


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/usr.bin/config/sem.c

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

Modified files:

Index: src/usr.bin/config/sem.c
diff -u src/usr.bin/config/sem.c:1.79 src/usr.bin/config/sem.c:1.80
--- src/usr.bin/config/sem.c:1.79	Sat Nov 18 18:44:20 2017
+++ src/usr.bin/config/sem.c	Sun Nov 19 00:41:10 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: sem.c,v 1.79 2017/11/18 18:44:20 christos Exp $	*/
+/*	$NetBSD: sem.c,v 1.80 2017/11/19 00:41:10 kre Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -45,7 +45,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: sem.c,v 1.79 2017/11/18 18:44:20 christos Exp $");
+__RCSID("$NetBSD: sem.c,v 1.80 2017/11/19 00:41:10 kre Exp $");
 
 #include <sys/param.h>
 #include <ctype.h>
@@ -1915,7 +1915,6 @@ getpspec(struct attr *attr, struct devba
 		   	inst = p->p_inst; 
 		}
 	}
-printf("2. %d %p %s %d %s\n", npspecs, attr, ab->d_name, atunit, da->d_name);
 
 	p = ecalloc(1, sizeof(*p));
 

Reply via email to