in the check_by_ssh.c and check_nt.c, C++ style comments are used ( // comment ). My C compiler ( Sun cc ) doesn't accept this. Put in C style comments ( /* comment */.
Log in to post a comment.