summaryrefslogtreecommitdiffstats
path: root/net/gnomenetwork/files
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-03 20:03:17 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-03 20:03:17 +0800
commit7cc4278c37fd6c2b9deee86b5b937b160ca44bdb (patch)
treecf3c6a03aec5bca0654ca8111f34f5198bc95d94 /net/gnomenetwork/files
parentfb73cba49aeea6c3e1a7e19dd869a429084a6cd6 (diff)
downloadmarcuscom-ports-7cc4278c37fd6c2b9deee86b5b937b160ca44bdb.tar
marcuscom-ports-7cc4278c37fd6c2b9deee86b5b937b160ca44bdb.tar.gz
marcuscom-ports-7cc4278c37fd6c2b9deee86b5b937b160ca44bdb.tar.bz2
marcuscom-ports-7cc4278c37fd6c2b9deee86b5b937b160ca44bdb.tar.lz
marcuscom-ports-7cc4278c37fd6c2b9deee86b5b937b160ca44bdb.tar.xz
marcuscom-ports-7cc4278c37fd6c2b9deee86b5b937b160ca44bdb.tar.zst
marcuscom-ports-7cc4278c37fd6c2b9deee86b5b937b160ca44bdb.zip
Add gnomenetwork2, some things what do stuff to the intarweb.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@840 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnomenetwork/files')
-rw-r--r--net/gnomenetwork/files/patch-gnome-netinfo::info.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/gnomenetwork/files/patch-gnome-netinfo::info.c b/net/gnomenetwork/files/patch-gnome-netinfo::info.c
new file mode 100644
index 000000000..d5db83941
--- /dev/null
+++ b/net/gnomenetwork/files/patch-gnome-netinfo::info.c
@@ -0,0 +1,13 @@
+--- gnome-netinfo/info.c.orig Tue Jun 3 04:51:08 2003
++++ gnome-netinfo/info.c Tue Jun 3 04:52:27 2003
+@@ -26,6 +26,10 @@
+ #endif
+
+
++#ifdef __FreeBSD__
++# include <netinet/in.h>
++#endif
++
+ #include <sys/socket.h> /* basic socket definitions */
+ #include <arpa/inet.h> /* inet(3) functions */
+ #include <sys/un.h> /* for Unix domain sockets */