On Sat, Nov 30, 2002 at 01:56:14PM +0530, Michael Fuller wrote: > Hello all, > > I tried to compile Qmail LDAP patch, and this is what I got > > maildir++.c: In function `quota_check': > maildir++.c:214: `NULL' undeclared (first use in this function) > maildir++.c:214: (Each undeclared identifier is reported only once > maildir++.c:214: for each function it appears in.) > maildir++.c: In function `quota_get': > maildir++.c:247: `NULL' undeclared (first use in this function) > maildir++.c: In function `quota_writesize': > maildir++.c:424: `NULL' undeclared (first use in this function) > make: *** [maildir++.o] Error 1 > > Is there a workaround ? > Thanks in advance :-) >
a) wait one or two days, then the new patch with this fixed will be released. b) add the line #define NULL (void*)0 somewhere at the top of the maildir++.c file. -- :wq Claudio
