diff options
author | Jeremy Allison <jra@samba.org> | 2011-05-05 11:38:06 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-05-05 21:38:23 +0200 |
commit | 38492b16fee29f31b324ec459069470e977a2359 (patch) | |
tree | ef67763bbdd9e3fc58f78c4e48124084f21e385d /source3/smbd | |
parent | 9efea96d16a9f9526669e7d9288902a15d0ee549 (diff) | |
download | samba-38492b16fee29f31b324ec459069470e977a2359.tar.gz samba-38492b16fee29f31b324ec459069470e977a2359.tar.bz2 samba-38492b16fee29f31b324ec459069470e977a2359.zip |
Fixup build without --with-aio.
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Thu May 5 21:38:23 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/aio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/aio.c b/source3/smbd/aio.c index 1923c945a8..d3f42bf422 100644 --- a/source3/smbd/aio.c +++ b/source3/smbd/aio.c @@ -1030,7 +1030,7 @@ NTSTATUS schedule_aio_read_and_X(connection_struct *conn, NTSTATUS schedule_aio_write_and_X(connection_struct *conn, struct smb_request *smbreq, - files_struct *fsp, char *data, + files_struct *fsp, const char *data, SMB_OFF_T startpos, size_t numtowrite) { |