On Tue, 2003-12-23 at 18:50, Craig Rodrigues wrote: > /usr/src/sys/dev/fatm/if_fatm.c: In function `fatm_open_vcc': > /usr/src/sys/dev/fatm/if_fatm.c:2285: warning: comparison between pointer and integer > *** Error code 1 This is just a warning, it isn't what is causing the error. It looks like you are compiling with the -j option and this will sometimes hide the real cause of the failure. Try compiling without -j and see what the error condition is it is hitting. PS As for the redefinition of NULL you could change it to that, or just cast NULL to an int. Ryan -- Ryan "leadZERO" Sommers Gamer's Impact President ryans_at_gamersimpact.com ICQ: 1019590 AIM/MSN: leadZERO -= http://www.gamersimpact.com =-Received on Tue Dec 23 2003 - 16:15:19 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:35 UTC