Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 245378 Details for
Bug 335284
net-dialup/fcpci/fcpci-0.1-r1 wouldn't build under kernels 2.6.32 and newer
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/strncpy.diff
strncpy.diff (text/plain), 485 bytes, created by
Martin Scholz
on 2010-08-30 15:26:26 UTC
(
hide
)
Description:
files/strncpy.diff
Filename:
MIME Type:
Creator:
Martin Scholz
Created:
2010-08-30 15:26:26 UTC
Size:
485 bytes
patch
obsolete
>--- fritz/src/driver.c.orig 2009-11-28 12:03:12.000000000 +0100 >+++ fritz/src/driver.c 2009-11-28 12:12:50.936005814 +0100 >@@ -194,7 +194,7 @@ > } > lib_strncpy (ctrl->serial, tmp, CAPI_SERIAL_LEN); > lib_memcpy (&ctrl->profile, card->string[6], sizeof (capi_profile)); >- strncpy (ctrl->manu, "AVM GmbH", CAPI_MANUFACTURER_LEN); >+ lib_strncpy (ctrl->manu, "AVM GmbH", CAPI_MANUFACTURER_LEN); > ctrl->version.majorversion = 2; > ctrl->version.minorversion = 0; > tmp = card->string[0];
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 335284
:
245376
|
245377
| 245378