summaryrefslogtreecommitdiff
path: root/sys/dev/an
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-11-06 18:55:24 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-11-06 18:55:24 +0000
commitfee174cd9c004331d0c27e54a8e2fde687d37e36 (patch)
tree801a93efc842e857d4163c98dffdfc6f31e9ef3e /sys/dev/an
parent361186e5d513d8a624d4e82452907f3ebf986b36 (diff)
Notes
Diffstat (limited to 'sys/dev/an')
-rw-r--r--sys/dev/an/if_an.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c
index 9d44500b8ed0..caecdbf1c615 100644
--- a/sys/dev/an/if_an.c
+++ b/sys/dev/an/if_an.c
@@ -2848,7 +2848,7 @@ flashcard(ifp, l_ioctl)
break;
case AIROFLPUTBUF: /* Send 32k to card */
if (l_ioctl->len > sizeof(flashbuffer)) {
- printf("an%d: Buffer to big, %x %x\n", sc->an_unit,
+ printf("an%d: Buffer to big, %x %zx\n", sc->an_unit,
l_ioctl->len, sizeof(flashbuffer));
return -EINVAL;
}