summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-03-28 09:49:48 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-04-05 02:39:08 +0200
commit473b974a06b209a2c2560d6611ea40498a2c97d5 (patch)
tree1596d1cc3dbd76fa4e967d8006ec7ef4409ad4f1 /source3/include/proto.h
parentb4e58111b9ee66ed279eaf88ee8ec523a17220f1 (diff)
downloadsamba-473b974a06b209a2c2560d6611ea40498a2c97d5.tar.gz
samba-473b974a06b209a2c2560d6611ea40498a2c97d5.tar.bz2
samba-473b974a06b209a2c2560d6611ea40498a2c97d5.zip
build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any more
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index e08c175eb6..0af512a7e4 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -394,17 +394,10 @@ int sys_aio_error(const SMB_STRUCT_AIOCB *aiocb);
int sys_aio_fsync(int op, SMB_STRUCT_AIOCB *aiocb);
int sys_aio_suspend(const SMB_STRUCT_AIOCB * const cblist[], int n, const struct timespec *timeout);
-#if defined(HAVE_EXPLICIT_LARGEFILE_SUPPORT) && defined(HAVE_OFF64_T) && defined(HAVE_STAT64)
-struct stat64;
-void init_stat_ex_from_stat (struct stat_ex *dst,
- const struct stat64 *src,
- bool fake_dir_create_times);
-#else
struct stat;
void init_stat_ex_from_stat (struct stat_ex *dst,
const struct stat *src,
bool fake_dir_create_times);
-#endif
/* The following definitions come from lib/system_smbd.c */