From f2271ed30b095a72f234bd411a7c251a8de45675 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 28 Sep 2004 20:14:51 +0000 Subject: Add -1 to this non-existent use of m_print in the source tree so LINT compiles again :-) --- sys/dev/musycc/musycc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/dev/musycc/musycc.c b/sys/dev/musycc/musycc.c index 88f2222..62615e5 100644 --- a/sys/dev/musycc/musycc.c +++ b/sys/dev/musycc/musycc.c @@ -739,7 +739,7 @@ musycc_intr0_rx_eom(struct softc *sc, int ch) /* Don't print a lot, just the begining will do */ if (m->m_len > 16) m->m_len = m->m_pkthdr.len = 16; - m_print(m); + m_print(m, -1); printf("\n"); } md->status = 1600; /* XXX: MTU */ -- cgit v1.1