bsdports - additional OpenBSD code ported to Minix Jakub Wesolowski February 2020 ---------------------------------------------------------------- This library contains additional code from OpenBSD 2.7 source needed for SSH 2.1.1p4 to compile on Minix. This should help with porting of other software written for BSD to Minix. It requires socketlib v0.3.0 to compile. It was tested on Minix 2.0.3, but should work on any Minix 2.0.x Installation instructions: # make install To use it in your program: #include compile with: cc -l bsdports ...