mirror of
https://repo.or.cz/socat.git
synced 2025-07-14 23:33:23 +00:00
Removed deny_severity,allow_severity defs from filan.c and procan.c to make gcc version 10 happy
This commit is contained in:
parent
b62ff0c005
commit
a850582908
3 changed files with 8 additions and 8 deletions
4
filan.c
4
filan.c
|
@ -28,10 +28,6 @@ struct sockopt {
|
|||
|
||||
static int filan_streams_analyze(int fd, FILE *outfile);
|
||||
|
||||
/* dirty workaround so we dont get an error on AIX when being linked with
|
||||
libwrap */
|
||||
int allow_severity, deny_severity;
|
||||
|
||||
/* global variables for configuring filan */
|
||||
bool filan_followsymlinks;
|
||||
bool filan_rawoutput;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue