Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111618316
D36739.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
307 B
Referenced Files
None
Subscribers
None
D36739.diff
View Options
diff --git a/stand/libsa/rarp.c b/stand/libsa/rarp.c
--- a/stand/libsa/rarp.c
+++ b/stand/libsa/rarp.c
@@ -161,7 +161,7 @@
if (n == -1 || n < sizeof(struct ether_arp)) {
#ifdef RARP_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
Fri, Mar 7, 2:15 AM (13 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17023529
Default Alt Text
D36739.diff (307 B)
Attached To
Mode
D36739: libsa/rarp.c: Change printf format string
Attached
Detach File
Event Timeline
Log In to Comment