diff options
author | kib <kib@FreeBSD.org> | 2012-06-16 20:49:08 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2012-06-16 20:49:08 +0000 |
commit | df96c545472b19212eb6dd8d9a5cbfa8300ddf9d (patch) | |
tree | 23fc4b746befb17970d5e38afef49e8e8c5fbc6f /sys/dev/ath/if_ath.c | |
parent | 6eeaee04e4175a3faa0ce3f7778a3abce0d8d9a2 (diff) | |
download | FreeBSD-src-df96c545472b19212eb6dd8d9a5cbfa8300ddf9d.zip FreeBSD-src-df96c545472b19212eb6dd8d9a5cbfa8300ddf9d.tar.gz |
Fix build.
Diffstat (limited to 'sys/dev/ath/if_ath.c')
-rw-r--r-- | sys/dev/ath/if_ath.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 /* |