r20665: put in my version of aio.h
authorAndrew Tridgell <tridge@samba.org>
Wed, 10 Jan 2007 20:07:13 +0000 (20:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:37:28 +0000 (14:37 -0500)
sorry about that ....
(This used to be commit a91373291422e2f50b91fd7c2317dce5d2a4ab63)

source4/lib/replace/system/aio.h

index 102ed5ceb1890986ad99ea575fb1037ca1fa6165..e1b9d836e79da2f58c4064c072fb163e535a11a1 100644 (file)
@@ -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 <libaio.h>
 #endif