mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Remove off64_t declarations
This commit is contained in:
parent
694d81a7b5
commit
214a668ff3
@ -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];
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "smbd/smbd.h"
|
||||
|
||||
#if defined(HAVE_LINUX_READAHEAD) && ! defined(HAVE_READAHEAD_DECL)
|
||||
ssize_t readahead(int fd, off64_t offset, size_t count);
|
||||
ssize_t readahead(int fd, off_t offset, size_t count);
|
||||
#endif
|
||||
|
||||
struct readahead_data {
|
||||
|
Loading…
Reference in New Issue
Block a user