Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ip: add OpenBSD support | Ali H. Fardan | 2018-04-29 | 1 | -2/+5 |
| | | | | ip.c already works on OpenBSD, it's just missing some headers: | ||||
* | Format error messages properly | Aaron Marcher | 2018-03-28 | 1 | -4/+5 |
| | | | | | Make use of strerror(errno) and format all errors equally: function ['parameters']: error message | ||||
* | Get rid of err.h as it is not portable | Aaron Marcher | 2018-03-28 | 1 | -5/+4 |
| | | | | | Replace warn() and warnx() with fprintf() and add <stdio.h> where necessary. | ||||
* | More robust preprocessor switches | Aaron Marcher | 2018-03-21 | 1 | -1/+1 |
| | | | | | Replace #ifdef with #if defined() and #elif with #elif defined() as it should only test if it is defined or not. | ||||
* | Build Linux-only functions only on Linux | Aaron Marcher | 2018-03-18 | 1 | -0/+2 |
| | |||||
* | Move components into dedicated subdirectory | Laslo Hunhold | 2017-09-24 | 1 | -0/+70 |
This brings us a lot more tidiness. |