]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/adouble/ad_sendfile.c
Byte swap CNID
[netatalk.git] / libatalk / adouble / ad_sendfile.c
index 113f30c9bf0f130b122ce732c7c03f3b1c639bff..8c50dcf804cf0f3ea304bc84c55a2d3610cfe579 100644 (file)
@@ -59,7 +59,7 @@ ssize_t sys_sendfile(int tofd, int fromfd, off_t *offset, size_t count)
 #elif defined(SENDFILE_FLAVOR_BSD )
 #include <sys/types.h>
 #include <sys/socket.h>
-#include <sys/uio.h><
+#include <sys/uio.h>
 ssize_t sys_sendfile(int tofd, int fromfd, off_t *offset, size_t count)
 {
   return sendfile(fromfd, tofd, *offset, count, NULL, offset, 0);