summaryrefslogtreecommitdiffstats
path: root/sys/dev/hfa/fore_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/hfa/fore_output.c')
-rw-r--r--sys/dev/hfa/fore_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hfa/fore_output.c b/sys/dev/hfa/fore_output.c
index 80b53cb..df9f0f9 100644
--- a/sys/dev/hfa/fore_output.c
+++ b/sys/dev/hfa/fore_output.c
@@ -333,7 +333,7 @@ retry:
* Get start of data onto full-word alignment
*/
KB_DATASTART(m, cp, caddr_t);
- if ((align = ((u_int)cp) & (XMIT_SEG_ALIGN - 1)) != 0) {
+ if ((align = ((uintptr_t)cp) & (XMIT_SEG_ALIGN - 1)) != 0) {
/*
* Gotta slide the data up
*/
OpenPOWER on IntegriCloud