1
0
Fork 0
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:
Gerhard Rieger 2020-11-14 17:33:58 +01:00
parent b62ff0c005
commit a850582908
3 changed files with 8 additions and 8 deletions

View file

@ -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;