Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-24 | fix getservby*_r result pointer value on error | Daniel Sabogal | 1 | -0/+1 | |
this is a clone of the fix to the gethostby*_r functions in commit fe82bb9b921be34370e6b71a1c6f062c20999ae0. the man pages document that the getservby*_r functions set this pointer to NULL if there was an error or if no record was found. | |||||
2012-07-22 | make getservby*_r return error code rather than -1 (and using errno) | Rich Felker | 1 | -10/+18 | |
untested but should be correct.. | |||||
2012-07-14 | fix getservby*() with null pointer for protocol argument | Rich Felker | 1 | -0/+4 | |
not sure this is the best fix but it should work | |||||
2011-09-13 | remove some stray trailing space characters | Rich Felker | 1 | -1/+1 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+43 | |