On Fri, 2008-01-11 at 10:53 +0100, Corinna Vinschen wrote:
On Jan 8 17:17, Corinna Vinschen wrote:
On Jan 8 16:37, Balazs Scheidler wrote:
On Tue, 2008-01-08 at 10:33 +0100, Corinna Vinschen wrote:
* tests/loggen/loggen.c (usage): Clarify -s usage. [...] Thanks, I've fixed this together with the getaddrinfo() changes.
Cool, thank you.
Given the simplicity of the code, it's probably faster if you just create your own version :)
I've just did. The results should be available in our git repository or in the nightly snapshot.
Can I ask you to retest whether it compiles fine on cygwin?
Builds and runs fine on Cygwin. Would the below patch go through as trivial? It just adds the missing getservbyname functionality, which is provided by the getaddrinfo implementation automagically.
* tests/loggen/loggen.c (main): Allow symbolic service names for systems not providing getaddrinfo.
Committed a slightly modified version. Thanks for the patch. -- Bazsi