From ecc85b9ac6a869962d2ceb3828a7657c8b829a76 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 12 Dec 2003 08:56:12 +0000 Subject: missing parameter to printf; erick@bonzai.space-ei.nl --- sys/arch/hp300/stand/common/if_le.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/hp300/stand/common/if_le.c b/sys/arch/hp300/stand/common/if_le.c index 1df2554261e..ad9a0c72a40 100644 --- a/sys/arch/hp300/stand/common/if_le.c +++ b/sys/arch/hp300/stand/common/if_le.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le.c,v 1.2 1999/01/11 05:11:21 millert Exp $ */ +/* $OpenBSD: if_le.c,v 1.3 2003/12/12 08:56:11 deraadt Exp $ */ /* $NetBSD: if_le.c,v 1.9 1997/01/30 10:32:54 thorpej Exp $ */ /* @@ -589,7 +589,7 @@ le_put(desc, pkt, len) if (stat & LE_SERR) le_error(unit, "le_put(timeout)", stat); if (stat & LE_INIT) { - printf("le%d: reset and retry packet\n"); + printf("le%d: reset and retry packet\n", unit); lewrcsr(sc, 0, LE_TINT); /* sanity */ le_init(); goto le_put_loop; -- cgit v1.2.3