Update to 0.1.6

PR:             ports/119639
Submitted by:   thierry
This commit is contained in:
Michael Johnson 2008-02-28 00:41:42 +00:00
parent 9867427822
commit b9f01d007c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208032

View File

@ -0,0 +1,12 @@
--- ./examples/connect.c.orig 2007-01-18 15:57:08.000000000 +0100
+++ ./examples/connect.c 2008-01-13 18:32:16.000000000 +0100
@@ -38,7 +38,9 @@
# include <netinet/if_ether.h>
#endif
#include <netdb.h>
-#include <netinet/ip.h>
+#ifndef __FreeBSD__
+# include <netinet/ip.h>
+#endif
#include <netinet/udp.h>
#include <arpa/inet.h>