Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111636152
D36735.id111032.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
339 B
Referenced Files
None
Subscribers
None
D36735.id111032.diff
View Options
Index: stand/libsa/arp.c
===================================================================
--- stand/libsa/arp.c
+++ stand/libsa/arp.c
@@ -178,7 +178,7 @@
if (n == -1 || n < sizeof(struct ether_arp)) {
#ifdef ARP_DEBUG
if (debug)
- printf("bad len=%zd\n", n);
+ printf("bad len=%d\n", n);
#endif
free(ptr);
return (-1);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 7, 8:15 AM (19 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17028186
Default Alt Text
D36735.id111032.diff (339 B)
Attached To
Mode
D36735: libsa/arp.c: Change printf format string
Attached
Detach File
Event Timeline
Log In to Comment