From ff701ceae2409c656e1c30c00c728cfa67aeba21 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 6 Jul 2012 15:33:47 +0200 Subject: s3: Add vfs_aio_posix Signed-off-by: Jeremy Allison --- source3/smbd/globals.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/smbd/globals.h') diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h index 764496c648..80612eb716 100644 --- a/source3/smbd/globals.h +++ b/source3/smbd/globals.h @@ -21,11 +21,8 @@ #include "system/select.h" #include "librpc/gen_ndr/smbXsrv.h" -#if defined(HAVE_AIO) -struct aio_extra; extern int aio_pending_size; extern int outstanding_aio_calls; -#endif #ifdef USE_DMAPI struct smbd_dmapi_context; -- cgit