Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
finesse
finesse
Commits
687dff32
Commit
687dff32
authored
Oct 15, 2020
by
JanJust Keijser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation with GCC 10 (Fedora 32)
parent
485e2e32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
src/kat_server.c
src/kat_server.c
+3
-0
src/kat_server.h
src/kat_server.h
+0
-4
No files found.
src/kat_server.c
View file @
687dff32
...
...
@@ -43,6 +43,9 @@ extern interferometer_t inter;
extern
options_t
options
;
extern
local_var_t
vlocal
;
static
bbuffer
*
cq
;
//!< the main command queue
static
int
lastid
;
//!< the last id???
char
largebuffer
[
STRBUFFLEN
];
//!< string for read buffer
/*! send a string to the socket descriptor
...
...
src/kat_server.h
View file @
687dff32
...
...
@@ -77,10 +77,6 @@ typedef struct boundedbuffer {
}
bbuffer
;
bbuffer
*
cq
;
//!< the main command queue
int
lastid
;
//!< the last id???
/* from kat_server.c */
void
*
create_bounded_buffer
(
int
length
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment