Hi,
>>>>> On Thu, 5 Oct 2006 09:21:21 -0700
>>>>> Bill Levering <idbill@...> said:
idbill> Before anyone has issues with 4.7, let me state that a moderate size
idbill> ISP (of 400 servers) runs all their servers on this platform. They
idbill> are working on upgrading to FBSD6 (which became stable last
idbill> November), and as we all know how FBSD5 was a great success...
I could reproduce it on my 4.11-STABLE box. It is rather name space
problem in FreeBSD 4.X and earlier, and sys/types.h shouldn't be
required on most systems which are standard compliant. But, including
sys/types.h should be harmless.
Index: macro.c
diff -u -p macro.c.orig macro.c
--- macro.c.orig Tue Sep 5 07:25:29 2006
+++ macro.c Fri Oct 6 01:53:46 2006
@@ -38,6 +38,7 @@ __RCSID("$Id: macro.c,v 1.1.2.1 2006/09/
#endif
#endif
+#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Sincerely,
--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume@... ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/Message
Re: [milter-greylist] milter-greylist 3.0 rc4 - freebsd4.7 - no compile
2006-10-05 by Hajimu UMEMOTO
Attachments
- No local attachments were found for this message.