Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/acorn32/stand/lib Remove printf that snuck in somehow.
details: https://anonhg.NetBSD.org/src/rev/3b2e006b84a0
branches: trunk
changeset: 779264:3b2e006b84a0
user: skrll <skrll%NetBSD.org@localhost>
date: Mon May 14 11:45:16 2012 +0000
description:
Remove printf that snuck in somehow.
diffstat:
sys/arch/acorn32/stand/lib/riscospart.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r a3773aa9bf29 -r 3b2e006b84a0 sys/arch/acorn32/stand/lib/riscospart.c
--- a/sys/arch/acorn32/stand/lib/riscospart.c Mon May 14 11:05:29 2012 +0000
+++ b/sys/arch/acorn32/stand/lib/riscospart.c Mon May 14 11:45:16 2012 +0000
@@ -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 @@
}
} 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)
Home |
Main Index |
Thread Index |
Old Index