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