From 38492b16fee29f31b324ec459069470e977a2359 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 5 May 2011 11:38:06 -0700 Subject: Fixup build without --with-aio. Autobuild-User: Jeremy Allison Autobuild-Date: Thu May 5 21:38:23 CEST 2011 on sn-devel-104 --- source3/smbd/aio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/aio.c') 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) { -- cgit