From 4056528f7268daee5b8fdec0e9b9b6fb19fb72e8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 10 Jan 2007 20:07:13 +0000 Subject: r20665: put in my version of aio.h sorry about that .... (This used to be commit a91373291422e2f50b91fd7c2317dce5d2a4ab63) --- source4/lib/replace/system/aio.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source4/lib/replace/system/aio.h b/source4/lib/replace/system/aio.h index 102ed5ceb1..e1b9d836e7 100644 --- a/source4/lib/replace/system/aio.h +++ b/source4/lib/replace/system/aio.h @@ -1,11 +1,11 @@ #ifndef _system_aio_h -#define _system_aoi_h +#define _system_aio_h /* Unix SMB/CIFS implementation. - async io include wrappers + AIO system include wrappers - Copyright (C) Stefan Metzmacher 2006 + Copyright (C) Andrew Tridgell 2006 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifdef HAVE_LIBAIO_H 1 +#if HAVE_LIBAIO_H #include #endif -- cgit