Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 875547 Details for
Bug 918124
app-misc/ddcutil-2.0.0 - cmd_parser_goption.c: error: ignored_vid_pid undeclared (first use in this function)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
source code edit to patch the missing symbol back in
cmd_parser_goption.c.patch (text/plain), 653 bytes, created by
genBTC
on 2023-11-25 04:51:40 UTC
(
hide
)
Description:
source code edit to patch the missing symbol back in
Filename:
MIME Type:
Creator:
genBTC
Created:
2023-11-25 04:51:40 UTC
Size:
653 bytes
patch
obsolete
>--- src/cmdline/cmd_parser_goption.c 2023-11-24 23:44:27.951078920 -0500 >+++ src/cmdline/cmd_parser_goption.c 2023-11-24 23:44:22.541078529 -0500 >@@ -872,8 +872,8 @@ > gboolean enable_usb_flag = DEFAULT_ENABLE_USB; > const char * enable_usb_expl = (enable_usb_flag) ? "Detect USB devices (default)" : "Detect USB devices"; > const char * disable_usb_expl = (enable_usb_flag) ? "Ignore USB devices" : "Ignore USB devices (default)"; >- gchar** ignored_vid_pid = NULL; > #endif >+ gchar** ignored_vid_pid = NULL; > gboolean timeout_i2c_io_flag = false; > gboolean reduce_sleeps_specified = false; > gboolean deferred_sleep_flag = false;
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 918124
:
875502
|
875503
|
875504
|
875505
|
875506
|
875507
|
875508
|
875509
|
875510
|
875542
| 875547