UweOhse / lrzsz

the lrzsz suite of x/y/z-modem tools.
GNU General Public License v2.0
44 stars 8 forks source link

Problems with modern C compilers #3

Open sth0 opened 8 months ago

sth0 commented 8 months ago

Code from old website does not compile on modern C compilers. All the function definitions need the types specified in the top line. I have a huge patch file that does this and compiles the code under MacOSX as part of a fink package manager. Will this code ever be updated to handle modern (ie C99 and later) versions?

I have equipment where the YMODEM protocol is needed and this has been a workhorse for me.