1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-17 00:23:25 +00:00

Fixed type of the bool element in options

This commit is contained in:
Gerhard Rieger 2017-01-22 10:48:48 +01:00
parent 9b2275bcdd
commit 31192e3498
4 changed files with 26 additions and 20 deletions

2
xio.h
View file

@ -304,7 +304,7 @@ struct addrdesc {
typedef unsigned long flags_t;
union integral {
int u_bool;
bool u_bool;
uint8_t u_byte;
gid_t u_gidt;
int u_int;