1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-14 07:23: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

@ -19,10 +19,6 @@
#include "procan.h"
/* dirty workaround so we dont get an error on AIX when getting linked with
libwrap */
int allow_severity, deny_severity;
int procan(FILE *outfile) {