diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-01-10 20:07:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:37:28 -0500 |
commit | 4056528f7268daee5b8fdec0e9b9b6fb19fb72e8 (patch) | |
tree | b35e80fd24b7982403cd4c031b63fd3b9b39c464 /source4/lib/replace | |
parent | e73f1c2f2a4af2c2e35d7c08aec7a39f93bb35f1 (diff) | |
download | samba-4056528f7268daee5b8fdec0e9b9b6fb19fb72e8.tar.gz samba-4056528f7268daee5b8fdec0e9b9b6fb19fb72e8.tar.bz2 samba-4056528f7268daee5b8fdec0e9b9b6fb19fb72e8.zip |
r20665: put in my version of aio.h
sorry about that ....
(This used to be commit a91373291422e2f50b91fd7c2317dce5d2a4ab63)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r-- | source4/lib/replace/system/aio.h | 8 |
1 files 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 <libaio.h> #endif |