Created attachment 2042 [details] fix warning from cvs configure.ac Each time configure use OPENSSH_CHECK_CFLAG_COMPILE macro, those warning are written in config.log conftest.c:22: warning: return type of 'main' is not 'int' conftest.c: In function 'main': conftest.c:22: warning: 'return' with a value, in function returning void Changing the type of main() from void to int fix both warnings.
I'll fix this in the commit for 1901
fixed along with bug #1901 - thanks
close resolved bugs now that openssh-5.9 has been released