From 214a668ff3b189f6b55bd97a12177baf46bd1585 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 28 Mar 2012 10:03:24 +1100 Subject: Remove off64_t declarations --- source3/modules/vfs_prealloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules/vfs_prealloc.c') diff --git a/source3/modules/vfs_prealloc.c b/source3/modules/vfs_prealloc.c index 3293b4ec8e..15be7d121b 100644 --- a/source3/modules/vfs_prealloc.c +++ b/source3/modules/vfs_prealloc.c @@ -122,7 +122,7 @@ static int prealloc_open(vfs_handle_struct* handle, mode_t mode) { int fd; - off64_t size = 0; + off_t size = 0; const char * dot; char fext[10]; -- cgit