diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-28 10:01:52 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-05 02:39:08 +0200 |
commit | 694d81a7b50657ed7599c90bc666ce47b6d8b9ec (patch) | |
tree | b0e94a51374f04d499423c75a43239904e46d7d2 | |
parent | 473b974a06b209a2c2560d6611ea40498a2c97d5 (diff) | |
download | samba-694d81a7b50657ed7599c90bc666ce47b6d8b9ec.tar.gz samba-694d81a7b50657ed7599c90bc666ce47b6d8b9ec.tar.xz samba-694d81a7b50657ed7599c90bc666ce47b6d8b9ec.zip |
build: Fix configure test that was declaring an off64_t
-rw-r--r-- | source3/configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 3c7ed6f1258..5aaa4587d49 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; |