svn commit: r237170 - head/sys/dev/ath

Konstantin Belousov kib at FreeBSD.org
Sat Jun 16 20:49:09 UTC 2012


Author: kib
Date: Sat Jun 16 20:49:08 2012
New Revision: 237170
URL: http://svn.freebsd.org/changeset/base/237170

Log:
  Fix build.

Modified:
  head/sys/dev/ath/if_ath.c

Modified: head/sys/dev/ath/if_ath.c
==============================================================================
--- head/sys/dev/ath/if_ath.c	Sat Jun 16 19:05:38 2012	(r237169)
+++ head/sys/dev/ath/if_ath.c	Sat Jun 16 20:49:08 2012	(r237170)
@@ -663,7 +663,7 @@ ath_attach(u_int16_t devid, struct ath_s
 	}
 
 	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
 	/*


More information about the svn-src-head mailing list