diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-06-09 22:49:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-06-09 22:49:30 +0000 |
commit | d15c60ff161c7d240b18fbfa80d760b8db1f8697 (patch) | |
tree | 7c0b343a42c46de2c0e0330f229ca9212fb73f4f /net/netatalk | |
parent | e13a81a7dcaa08dea610ac2143e8198e377df2b2 (diff) | |
download | ports-d15c60ff161c7d240b18fbfa80d760b8db1f8697.tar.gz ports-d15c60ff161c7d240b18fbfa80d760b8db1f8697.zip |
Notes
Diffstat (limited to 'net/netatalk')
-rw-r--r-- | net/netatalk/files/patch-include_atalk_dsi.h | 10 | ||||
-rw-r--r-- | net/netatalk/files/patch-include_atalk_util.h | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/net/netatalk/files/patch-include_atalk_dsi.h b/net/netatalk/files/patch-include_atalk_dsi.h new file mode 100644 index 000000000000..28885f0fdaac --- /dev/null +++ b/net/netatalk/files/patch-include_atalk_dsi.h @@ -0,0 +1,10 @@ +--- include/atalk/dsi.h.orig 2010-06-09 18:46:15.000000000 -0400 ++++ include/atalk/dsi.h 2010-06-09 18:44:22.000000000 -0400 +@@ -11,6 +11,7 @@ + #include <sys/time.h> + #include <signal.h> + ++#include <sys/socket.h> + #include <netinet/in.h> + #include <atalk/afp.h> + #include <atalk/server_child.h> diff --git a/net/netatalk/files/patch-include_atalk_util.h b/net/netatalk/files/patch-include_atalk_util.h new file mode 100644 index 000000000000..7df14fa51921 --- /dev/null +++ b/net/netatalk/files/patch-include_atalk_util.h @@ -0,0 +1,10 @@ +--- include/atalk/util.h.orig 2010-06-09 18:45:10.000000000 -0400 ++++ include/atalk/util.h 2010-06-09 18:45:22.000000000 -0400 +@@ -17,6 +17,7 @@ + + #include <sys/cdefs.h> + #include <sys/types.h> ++#include <sys/socket.h> + #ifdef HAVE_UNISTD_H + #include <unistd.h> + #endif /* HAVE_UNISTD_H */ |