Hello,
        I just recently patched qmail-1.03 with the most recent patch,
and when I run "make setup check", I get the following error:

--[snip]--

./compile maildir++.c
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

--[snip]--

To get it to compile, I made a small change to maildir++.c

I added:

#include <stdlib.h>

At the top of the file.  Now it is compilling just fine, but I wasn't
sure if that was really the best thing to do, or if something else is
wacked.

                                                      .~.
                                                      /v\
--                                                   // \\
JA                                                  /(   )\
                                                     ^`~`^
                                                   L I N U X
[-----------------------------------------------------------]
 Justin Ainsworth                      Systems Administrator
 PHONE: (530) 879-5660x108                    Sunset Net LLC
 FAX:   (530) 879-5676                     1915 Mangrove Ave
 WEB:   http://www.sunset.net                Chico, CA 95926   
 EMAIL: [EMAIL PROTECTED]         
[-----------------------------------------------------------] 

Reply via email to