Date: Wed, 15 Dec 2004 02:25:21 +0000 (UTC) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ath if_ath.c src/sys/dev/ath/ath_rate/onoe onoe.c Message-ID: <200412150225.iBF2PLd9094928@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2004-12-15 02:25:21 UTC
FreeBSD src repository
Modified files:
sys/dev/ath if_ath.c
sys/dev/ath/ath_rate/onoe onoe.c
Log:
Make this amd64-clean. sizeof is long on amd64, so things that do a printf
of a sizeof, need to use %z to get the correct type on all our platforms.
Also, convert integers<->pointers via uintptr_t.
(I think Sam's instructions were for me to commit this. If I
misunderstood, then I apologize in advance.)
Revision Changes Path
1.2 +1 -1 src/sys/dev/ath/ath_rate/onoe/onoe.c
1.59 +7 -4 src/sys/dev/ath/if_ath.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412150225.iBF2PLd9094928>
