On Thu, Sep 26, 2002 at 02:30:58PM +0300, ???????? ??????? wrote: > solaris 9, gcc 3.2 64bit > > make -j 3 setup check > > > AND ................ > > checkpassword.c:84: warning: return type of `main' is not `int' > ./compile endian.c > ./compile auth_imap.c > ./compile digest.c > ./compile qmail-ldaplookup.c > ./compile pbsadd.c > In file included from pbsadd.c:14: > readwrite.h:4: conflicting types for `read' > /usr/include/unistd.h:384: previous declaration of `read' > readwrite.h:5: conflicting types for `write' > /usr/include/unistd.h:480: previous declaration of `write' > make: *** [pbsadd.o] Error 1 > make: *** Waiting for unfinished jobs.... >
Damn it, just remove the #include "readwrite.h" line in pbsadd.c and all other files where you have that problem. fixed in current -- :wq Claudio
