Page MenuHomeFreeBSD

D36735.1782249990.diff
No OneTemporary

Size
302 B
Referenced Files
None
Subscribers
None

D36735.1782249990.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, Jun 23, 9:26 PM (1 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28944966
Default Alt Text
D36735.1782249990.diff (302 B)

Event Timeline