gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)

gcc objects to the following at line 843 in nsd/conn.c:

connPtr = (Conn *) conn = itPtr->conn;

This works however (doesn't like the cast on the lvalue conn?  the error
message is bad lvalue)

This works:

conn = itPtr->conn;
connPtr = (Conn *) conn;

With that fixed, all the C files compile...


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to