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
        /*
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to