Page MenuHomeFreeBSD

D36735.1779152620.diff
No OneTemporary

Size
302 B
Referenced Files
None
Subscribers
None

D36735.1779152620.diff

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

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)

Event Timeline