mirror of
https://repo.or.cz/socat.git
synced 2025-07-19 17:32:57 +00:00
Replaced // comments for C89/C90 standard compliance
This commit is contained in:
parent
b3dde9a009
commit
5fdd033e7d
7 changed files with 13 additions and 9 deletions
4
CHANGES
4
CHANGES
|
@ -49,6 +49,10 @@ Coding:
|
|||
starting the data transfer loop. Useful, e.g., to accumulate multiple
|
||||
packets in a receiving datagram socket before starting to process them.
|
||||
|
||||
"//" comments were used for disabling experimental code. These lines
|
||||
have now been removed or disabled in other ways to make Socat compile
|
||||
with C89/C90 standard again.
|
||||
|
||||
Porting:
|
||||
Small correction in configure.ac makes Socat C99 able.
|
||||
Thanks to Florian Weimer from Red Hat for provinding a patch.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue