Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1938844 Details for
Bug 2161938
linsmith: Build in C89 mode
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
linsmith-c99.patch
linsmith-c99.patch (text/plain), 764 bytes, created by
Florian Weimer
on 2023-01-18 11:31:52 UTC
(
hide
)
Description:
linsmith-c99.patch
Filename:
MIME Type:
Creator:
Florian Weimer
Created:
2023-01-18 11:31:52 UTC
Size:
764 bytes
patch
obsolete
>Avoid calling undeclared functions, preventing build failures >with future compilers. Include "chart.h" for the recalculate_all >function. > >diff --git a/src/element.h b/src/element.h >index 12b6e5c9b67153eb..80d3f9a02adbe9ca 100644 >--- a/src/element.h >+++ b/src/element.h >@@ -70,6 +70,7 @@ void active_element_remove(void); > void circlist_clear(); > void circ_move_up(void); > void circ_move_down(void); >+void enable_circ_buttons(int action); > > void load_circuit(char *fn); > void save_circuit(char *fn); >diff --git a/src/misc.c b/src/misc.c >index 74584f34de0d5cf0..0902ed95e11d5975 100644 >--- a/src/misc.c >+++ b/src/misc.c >@@ -34,6 +34,7 @@ > #include "printer.h" > #include "remote.h" > #include "misc.h" >+#include "chart.h" > > > char *authors[] = {prog_author, NULL},
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 2161938
: 1938844