From 08d710224e346b26227e08d5a044350198b1bbd9 Mon Sep 17 00:00:00 2001 From: Frank Lahm Date: Mon, 5 Dec 2011 14:28:38 +0100 Subject: [PATCH] Fix typo --- libatalk/adouble/ad_sendfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libatalk/adouble/ad_sendfile.c b/libatalk/adouble/ad_sendfile.c index c8cba8cc..aabb61ce 100644 --- a/libatalk/adouble/ad_sendfile.c +++ b/libatalk/adouble/ad_sendfile.c @@ -64,7 +64,7 @@ ssize_t sys_sendfile(int tofd, int fromfd, off_t *offset, size_t count) #elif defined(SENDFILE_FLAVOR_BSD ) #include #include -#include < +#include ssize_t sys_sendfile(int tofd, int fromfd, off_t *offset, size_t count) { return sendfile(fromfd, tofd, *offset, count, NULL, offset, 0); -- 2.39.2