]> arthur.barton.de Git - netatalk.git/commitdiff
Portability fixes
authorFrank Lahm <franklahm@googlemail.com>
Fri, 4 Nov 2011 11:13:20 +0000 (12:13 +0100)
committerFrank Lahm <franklahm@googlemail.com>
Fri, 4 Nov 2011 11:13:20 +0000 (12:13 +0100)
NEWS
libatalk/util/socket.c

diff --git a/NEWS b/NEWS
index 6e8aaa2a7f4bed83091bd7485fd6a97ff4ea3446..662e64290e3752ad366bc7d5177ed4aae6e29647 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ Changes in 2.2.2
 * FIX: afpd: Fix for filesystem without NFSv4 ACL support on Solaris
 * FIX: dbd: Better checking for duplicated or bogus CNIDs from AppleDouble files
 * FIX: Fix compilation error when AppleTalk support is disabled
+* FIX: Portability fixes
 
 Changes in 2.2.1
 ================
index 88101020f17123901e4ba0d720596e91fa1f1e6d..420dcb9540b0fb437de08b0aef492e1eee6543be 100644 (file)
@@ -35,6 +35,7 @@
 #include <sys/time.h>
 #include <time.h>
 #include <sys/ioctl.h>
+#include <sys/uio.h>
 
 #include <atalk/logger.h>
 #include <atalk/util.h>