summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-03-28 10:01:52 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-04-05 02:39:08 +0200
commit694d81a7b50657ed7599c90bc666ce47b6d8b9ec (patch)
treeb0e94a51374f04d499423c75a43239904e46d7d2 /source3
parent473b974a06b209a2c2560d6611ea40498a2c97d5 (diff)
downloadsamba-694d81a7b50657ed7599c90bc666ce47b6d8b9ec.tar.gz
samba-694d81a7b50657ed7599c90bc666ce47b6d8b9ec.tar.bz2
samba-694d81a7b50657ed7599c90bc666ce47b6d8b9ec.zip
build: Fix configure test that was declaring an off64_t
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 3c7ed6f125..5aaa4587d4 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -5706,7 +5706,6 @@ samba_cv_HAVE_SENDFILEV=yes,samba_cv_HAVE_SENDFILEV=no)])
size_t total=0;
struct sf_parms hdtrl;
ssize_t nwritten;
- off64_t offset;
hdtrl.header_data = 0;
hdtrl.header_length = 0;