FreeBSD Bugzilla – Attachment 252738 Details for
Bug 280800
net/libiscsi: fix build on i386
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch to lib/socket.c (replaces the existing file)
patch-lib_socket.c (text/plain), 528 bytes, created by
Martin Birgmeier
on 2024-08-13 17:25:19 UTC
(
hide
)
Description:
patch to lib/socket.c (replaces the existing file)
Filename:
MIME Type:
Creator:
Martin Birgmeier
Created:
2024-08-13 17:25:19 UTC
Size:
528 bytes
patch
obsolete
>--- ./lib/socket.c.ORIG 2024-02-06 00:51:38.000000000 +0100 >+++ ./lib/socket.c 2024-08-13 18:55:39.649952000 +0200 >@@ -140,7 +140,7 @@ > pdu->next = NULL; > } > >-void iscsi_decrement_iface_rr() { >+void iscsi_decrement_iface_rr(void) { > iface_rr--; > } > >@@ -531,7 +531,7 @@ > > if (pos < iovector->offset) { > iscsi_set_error(iscsi, "%s: iovector reset. pos(%d) is smaller than" >- "current offset(%ld)", rw, pos, iovector->offset); >+ "current offset(%zd)", rw, pos, iovector->offset); > errno = EINVAL; > return -1; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 280800
: 252738 |
252739