summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_prealloc.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-03-28 10:03:24 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-04-05 02:39:08 +0200
commit214a668ff3b189f6b55bd97a12177baf46bd1585 (patch)
tree694ad6174803f5a7720b42811e387a5dcc3f880f /source3/modules/vfs_prealloc.c
parent694d81a7b50657ed7599c90bc666ce47b6d8b9ec (diff)
downloadsamba-214a668ff3b189f6b55bd97a12177baf46bd1585.tar.gz
samba-214a668ff3b189f6b55bd97a12177baf46bd1585.tar.bz2
samba-214a668ff3b189f6b55bd97a12177baf46bd1585.zip
Remove off64_t declarations
Diffstat (limited to 'source3/modules/vfs_prealloc.c')
-rw-r--r--source3/modules/vfs_prealloc.c2
1 files changed, 1 insertions, 1 deletions
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];