socketib.tar - bsd socket emulation library for Minix Claudio Tantignone March 2004 ----------------------------------------------------------------- This is an emulation library to use standard socket calls in programs under Minix. Tested under 2.0.2 and 2.0.4 (32bits). The library creates the calls to Minix networking calls. There are a few routines available now. These ones allows to succesfully compile some tools like - OpenSSL - lynx - stunnel Installation like # make install You need to include into your program #include and while compiling # cc -l socket ... to have the networking support. Any feedback is welcome