Changes of Revision 30
[-] [+] | Changed | netqmail.spec |
[-] [+] | Added | qmail-smtpd-include.diff ^ |
@@ -0,0 +1,10 @@ +--- qmail-smtpd.c.orig 2008-05-09 23:10:53.000000000 +0200 ++++ qmail-smtpd.c 2008-05-09 23:11:26.000000000 +0200 +@@ -25,6 +25,7 @@ + #include "commands.h" + #include "wait.h" + #include "qmail-spp.h" ++#include <unistd.h> + + int spp_val; + |