svn commit: samba r20665 - in branches/SAMBA_4_0/source/lib/replace/system: .

tridge at samba.org tridge at samba.org
Wed Jan 10 20:07:14 GMT 2007


Author: tridge
Date: 2007-01-10 20:07:13 +0000 (Wed, 10 Jan 2007)
New Revision: 20665

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20665

Log:

put in my version of aio.h

sorry about that ....

Modified:
   branches/SAMBA_4_0/source/lib/replace/system/aio.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/system/aio.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/system/aio.h	2007-01-10 19:54:49 UTC (rev 20664)
+++ branches/SAMBA_4_0/source/lib/replace/system/aio.h	2007-01-10 20:07:13 UTC (rev 20665)
@@ -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
 



More information about the samba-cvs mailing list