summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-03-04 04:43:29 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-03-04 04:43:29 +0000
commit919e68464e3606595fbe375388c9556f312ab115 (patch)
tree5fed815017c7de39c8892294d3959ff7555e3415 /sys/dev
parente482c6991be00b6c2023c960d474a304954fe59c (diff)
remove the colon between "address" and the MAC address.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/an.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/an.c b/sys/dev/ic/an.c
index fcdba9a0702..5cc9b48d1b4 100644
--- a/sys/dev/ic/an.c
+++ b/sys/dev/ic/an.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: an.c,v 1.47 2006/02/20 11:13:57 jsg Exp $ */
+/* $OpenBSD: an.c,v 1.48 2006/03/04 04:43:28 brad Exp $ */
/* $NetBSD: an.c,v 1.34 2005/06/20 02:49:18 atatat Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -256,7 +256,7 @@ an_attach(struct an_softc *sc)
else
printf("unknown (%x)", sc->sc_config.an_radiotype);
- printf(", address: %s\n", ether_sprintf(ic->ic_myaddr));
+ printf(", address %s\n", ether_sprintf(ic->ic_myaddr));
ifp->if_softc = sc;
ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;