From df96c545472b19212eb6dd8d9a5cbfa8300ddf9d Mon Sep 17 00:00:00 2001 From: kib Date: Sat, 16 Jun 2012 20:49:08 +0000 Subject: Fix build. --- sys/dev/ath/if_ath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/ath/if_ath.c') diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index f2089f4..0d6d4f8 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -663,7 +663,7 @@ ath_attach(u_int16_t devid, struct ath_softc *sc) } device_printf(sc->sc_dev, "%s: sizeof(ath_buf) = %d bytes\n", - __func__, sizeof(struct ath_buf)); + __func__, (int)sizeof(struct ath_buf)); #ifdef ATH_ENABLE_11N /* -- cgit v1.1