Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146048220
D36735.1779152620.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
302 B
Referenced Files
None
Subscribers
None
D36735.1779152620.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
Tue, May 19, 1:03 AM (7 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28730246
Default Alt Text
D36735.1779152620.diff (302 B)
Attached To
Mode
D36735: libsa/arp.c: Change printf format string
Attached
Detach File
Event Timeline
Log In to Comment