[distcc] distcc 0.8 released

Dennis Taylor dennis at funkplanet.com
Thu Aug 15 06:55:01 GMT 2002


On Fri, Aug 16, 2002 at 12:07:14AM +1000, Martin Pool wrote:

> Happy hacking.
> distcc-0.8  "cat and girl"  2002-08-15

	Well, here's a quick bug report for you... on FreeBSD, the
sa_family_t type is defined in <sys/socket.h>. Patch below.


[dennis at bluesky distcc-0.8]$ diff -burd configure.ac configure.ac-new 
--- configure.ac        Thu Aug 15 06:52:41 2002
+++ configure.ac-new    Thu Aug 15 08:55:46 2002
@@ -76,6 +76,7 @@
 AC_CHECK_TYPES([sa_family_t], , ,                            
               [
 #include <sys/types.h>
+#include <sys/socket.h>
 #include <netinet/in.h>
 ])
 


_________________________________________________________________________
Dennis Taylor           "Anyone whose days are all the same and free from
dennis at funkplanet.com    want inhabits eternity of a sort."  - Peter Hoeg
_________________________________________________________________________
   PGP Fingerprint: A40B 4A41 F140 9196 C598  B096 5324 F39E 42F9 9A11



More information about the distcc mailing list