From: Victor A. R. <bi...@in...> - 2000-04-04 23:32:18
|
Hi, I've done my homework, and make answerd to compile in Linux and OpenBSD. The two point I modified in this stage were : 1.- sys/ioctl.h and sys/termios.h both exist in Linux and OpenBSD so no conditional compilation was needed for these includes in modem.c 2.- All the control chars have been made using conditional compiling in modem.c. In this way it's not so cute but it's slef adjusting to every OS (I hope so !!) Please, test these changes and let me know if any additional changes must be made. Regards. -- Victor A. Rodriguez |