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

metze at samba.org metze at samba.org
Wed Jan 10 18:23:07 GMT 2007


Author: metze
Date: 2007-01-10 18:23:06 +0000 (Wed, 10 Jan 2007)
New Revision: 20659

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

Log:
add missing system/aio.h

tridge: please commit your version and merge it to both samba3 branches

metze
Added:
   branches/SAMBA_4_0/source/lib/replace/system/aio.h


Changeset:
Added: branches/SAMBA_4_0/source/lib/replace/system/aio.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/system/aio.h	2007-01-10 18:23:06 UTC (rev 20658)
+++ branches/SAMBA_4_0/source/lib/replace/system/aio.h	2007-01-10 18:23:06 UTC (rev 20659)
@@ -0,0 +1,29 @@
+#ifndef _system_aio_h
+#define _system_aoi_h
+/* 
+   Unix SMB/CIFS implementation.
+
+   async io include wrappers
+
+   Copyright (C) Stefan Metzmacher 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
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+   
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+   
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+*/
+
+#ifdef HAVE_LIBAIO_H 1
+#include <libaio.h>
+#endif
+
+#endif



More information about the samba-cvs mailing list