Module Name:    src
Committed By:   skrll
Date:           Mon May 14 11:45:17 UTC 2012

Modified Files:
        src/sys/arch/acorn32/stand/lib: riscospart.c

Log Message:
Remove printf that snuck in somehow.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/acorn32/stand/lib/riscospart.c

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

Modified files:

Index: src/sys/arch/acorn32/stand/lib/riscospart.c
diff -u src/sys/arch/acorn32/stand/lib/riscospart.c:1.4 src/sys/arch/acorn32/stand/lib/riscospart.c:1.5
--- src/sys/arch/acorn32/stand/lib/riscospart.c:1.4	Thu May 10 10:48:23 2012
+++ src/sys/arch/acorn32/stand/lib/riscospart.c	Mon May 14 11:45:16 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: riscospart.c,v 1.4 2012/05/10 10:48:23 skrll Exp $	*/
+/*	$NetBSD: riscospart.c,v 1.5 2012/05/14 11:45:16 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2006 Ben Harris
@@ -169,7 +169,6 @@ getdisklabel_acorn(struct open_file *f, 
 		}
 	} else
 		labelsect = LABELSECTOR;
-printf("%s: labelsect %d\n", __func__, labelsect);
 	err = DEV_STRATEGY(f->f_dev)(f->f_devdata, F_READ,
 	    labelsect, DEV_BSIZE, buf, &rsize);
 	if (err != 0)

Reply via email to