Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108638556
D15746.id43963.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
449 B
Referenced Files
None
Subscribers
None
D15746.id43963.diff
View Options
Index: head/sys/compat/ndis/subr_ndis.c
===================================================================
--- head/sys/compat/ndis/subr_ndis.c
+++ head/sys/compat/ndis/subr_ndis.c
@@ -1287,7 +1287,7 @@
if (rman_get_size(sc->ndis_res_io) < numports)
return (NDIS_STATUS_INVALID_LENGTH);
- *offset = (void *)rman_get_start(sc->ndis_res_io);
+ *offset = (void *)(uintptr_t)rman_get_start(sc->ndis_res_io);
return (NDIS_STATUS_SUCCESS);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 28, 12:55 AM (10 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16229967
Default Alt Text
D15746.id43963.diff (449 B)
Attached To
Mode
D15746: Fix build of ndis with base gcc on i386
Attached
Detach File
Event Timeline
Log In to Comment