Displaying 1 result from an estimated 1 matches for "e70f05e".
Did you mean:
972f05e
2009 Nov 25
1
[PATCH] daemon/Win32: Replace pread on platforms that don't have this function.
...ject: [PATCH 1/2] daemon/Win32: Replace pread on platforms that don't have this function.
---
daemon/configure.ac | 1 +
daemon/file.c | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/daemon/configure.ac b/daemon/configure.ac
index 89bd800..e70f05e 100644
--- a/daemon/configure.ac
+++ b/daemon/configure.ac
@@ -180,6 +180,7 @@ AC_CHECK_FUNCS([\
lremovexattr \
mknod \
posix_fallocate \
+ pread \
removexattr \
setxattr \
sync])
diff --git a/daemon/file.c b/daemon/file.c
index 252c02c.....