From 2dd896405c74abac2e4fc5b59f6e4c0c8510f53f Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 26 Jan 1996 09:29:29 +0000 Subject: The last part of the ether_sprint -> %6D change. Sorry for the delay. (%D is for hexdumping.) --- sys/i386/isa/if_lnc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/i386/isa/if_lnc.c') diff --git a/sys/i386/isa/if_lnc.c b/sys/i386/isa/if_lnc.c index 358c12b..aa5cd56 100644 --- a/sys/i386/isa/if_lnc.c +++ b/sys/i386/isa/if_lnc.c @@ -1182,10 +1182,10 @@ lnc_attach(struct isa_device * isa_dev) if_attach(&sc->arpcom.ac_if); sc->kdc.kdc_state = DC_IDLE; - printf("lnc%d: %s, address %s\n", + printf("lnc%d: %s, address %6D\n", isa_dev->id_unit, sc->kdc.kdc_description, - ether_sprintf(sc->arpcom.ac_enaddr)); + sc->arpcom.ac_enaddr, ":"); #if NBPFILTER > 0 bpfattach(&sc->bpf, &sc->arpcom.ac_if, DLT_EN10MB, sizeof(struct ether_header)); -- cgit v1.1