DragonFly BSD
DragonFly submit List (threaded) for 2004-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

additional patch files for dfports/devel/fam


From: Andrew Houghton <aah@xxxxxxxxxxxxx>
Date: Tue, 12 Oct 2004 12:30:09 -0700

Hope this is the right place. I ran into a problem building fam this morning, found a message from Jeroen suggesting this fix. These three additional patch files allow the port to compile cleanly for me.

- a.
--- fam/Client.c++.orig	2004-10-12 11:00:27.000000000 -0700
+++ fam/Client.c++	2004-10-12 11:00:57.000000000 -0700
@@ -25,6 +25,7 @@
 #include <assert.h>
 #include <stddef.h>
 #include <string.h>
+#include <arpa/inet.h>
 
 in_addr
 Client::LOCALHOST()
--- fam/NetConnection.c++.orig	2004-10-12 11:02:05.000000000 -0700
+++ fam/NetConnection.c++	2004-10-12 11:02:36.000000000 -0700
@@ -32,6 +32,7 @@
 #include <sys/socket.h>
 #include <unistd.h>
 #include <netinet/in.h>
+#include <arpa/inet.h>
 
 #include "Log.h"
 #include "Scheduler.h"
--- libfam/Client.c++.orig	2004-10-12 10:56:40.000000000 -0700
+++ libfam/Client.c++	2004-10-12 10:57:20.000000000 -0700
@@ -33,6 +33,7 @@
 #include <ctype.h>
 #include <syslog.h>
 #include <errno.h>
+#include <arpa/inet.h>
 
 #include <iostream.h>
 


[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]