additional patch files for dfports/devel/fam

看板DFBSD_submit作者時間21年前 (2004/10/13 03:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
This is a multi-part message in MIME format. --------------050409040509040507060500 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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. --------------050409040509040507060500 Content-Type: text/plain; name="patch-fam-Client.c++" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-fam-Client.c++" --- 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() --------------050409040509040507060500 Content-Type: text/plain; name="patch-fam-NetConnection.c++" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-fam-NetConnection.c++" --- 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" --------------050409040509040507060500 Content-Type: text/plain; name="patch-libfam-Client.c++" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-libfam-Client.c++" --- 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> --------------050409040509040507060500--
文章代碼(AID): #11R34y00 (DFBSD_submit)