Skip to content
  • Eric Bollengier's avatar
    Fix org#2666 About fixing getaddrinfo check in ./configure · e9a855d9
    Eric Bollengier authored
    Thanks to Florian Weimer
    
    The exit function is not declared in this context, so the check will always
    fail with compilers which do not accept implicit function declarations. Change
    the return type of main to int and return directly from main instead.
    e9a855d9