FreeBSD Bugzilla – Attachment #175826: Andrey's patch modified to be applicable for
bug #90815
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 90815
| Differences between
Fix build Andrey's patch at and after main git 8b83d7e0ee54416b0ee58bd85f9c0ae7fb3357a1
Revised patch for stable/11 and head
file.diff
and this patch
Collapse All
|
Expand All
(-)
b/sys/netsmb/smb_subr.c (-1 / +1 lines)
Lines 334-340 smb_copy_iconv(struct mbchain *mbp, c_caddr_t src, caddr_t dst,
Link Here
334
*dstlen -= outlen;
334
*dstlen -= outlen;
335
return 0;
335
return 0;
336
} else
336
} else
337
return error;
337
return (EINVAL);
338
}
338
}
339
339
340
int
340
int
Return to
bug 90815