Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/iopctl Remove debug printf.



details:   https://anonhg.NetBSD.org/src/rev/c238dcbea802
branches:  trunk
changeset: 500541:c238dcbea802
user:      ad <ad%NetBSD.org@localhost>
date:      Wed Dec 13 12:34:02 2000 +0000

description:
Remove debug printf.

diffstat:

 usr.sbin/iopctl/iopctl.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 9978346b6060 -r c238dcbea802 usr.sbin/iopctl/iopctl.c
--- a/usr.sbin/iopctl/iopctl.c  Wed Dec 13 11:30:14 2000 +0000
+++ b/usr.sbin/iopctl/iopctl.c  Wed Dec 13 12:34:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iopctl.c,v 1.4 2000/12/13 11:07:16 enami Exp $ */
+/*     $NetBSD: iopctl.c,v 1.5 2000/12/13 12:34:02 ad Exp $    */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 
 #ifndef lint
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: iopctl.c,v 1.4 2000/12/13 11:07:16 enami Exp $");
+__RCSID("$NetBSD: iopctl.c,v 1.5 2000/12/13 12:34:02 ad Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -214,8 +214,6 @@
        req.oat.fieldcount = htole16(0xffff);
        req.oat.group = htole16(group);
 
-       printf("%ld\n", (long)sizeof(mb));
-
        pt.pt_msg = &mb;
        pt.pt_msglen = sizeof(mb);
        pt.pt_reply = buf;



Home | Main Index | Thread Index | Old Index