Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171127346
D11679.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
671 B
Referenced Files
None
Subscribers
None
D11679.diff
View Options
Index: head/sys/net/iflib.c
===================================================================
--- head/sys/net/iflib.c
+++ head/sys/net/iflib.c
@@ -1513,8 +1513,8 @@
NULL, /* lockfuncarg */
&txq->ift_desc_tag))) {
device_printf(dev,"Unable to allocate TX DMA tag: %d\n", err);
- device_printf(dev,"maxsize: %zd nsegments: %d maxsegsize: %zd\n",
- sctx->isc_tx_maxsize, nsegments, sctx->isc_tx_maxsegsize);
+ device_printf(dev,"maxsize: %ju nsegments: %d maxsegsize: %ju\n",
+ (uintmax_t)sctx->isc_tx_maxsize, nsegments, (uintmax_t)sctx->isc_tx_maxsegsize);
goto fail;
}
if ((err = bus_dma_tag_create(bus_get_dma_tag(dev),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Sep 9, 9:14 PM (9 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38612350
Default Alt Text
D11679.diff (671 B)
Attached To
Mode
D11679: Fix printf format warning in iflib.c
Attached
Detach File
Event Timeline
Log In to Comment