While trying to run the 'make' process for nessus 1.2.3 for the very first time, I keep getting compile errors in the module 'ptycall.c' (located in nessus-libraries/libnessus). After much headbanging and trying out a different compiler I found that there are mismatched curly braces in the 'next_devpty' routine. This is causing the compiler to gag on the word 'static' just prior to the next routine (since the compiler thinks it is still working with the 'next_devpty' routine).
It appears that the close brace that should be associated with the 'while' open brace is missing. I want to make the assumption that the close brace should go just before the 'close_devpty' statement but I figured that I would check with the mail list to see if anybody had a different take on the matter. ==================================================== Kent Wick, TxMHMR, Unix/Network Systems Programmer Email: [EMAIL PROTECTED] Phone: (512) 206-5931 Fax: (512) 206-4838 Snail mail: PO Box 12668, Austin, Tx 78711-2668
