svn commit: samba r7406 - in trunk/source/smbd: .

jra at samba.org jra at samba.org
Wed Jun 8 19:19:54 GMT 2005


Author: jra
Date: 2005-06-08 19:19:54 +0000 (Wed, 08 Jun 2005)
New Revision: 7406

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

Log:
Don't use C++ style comments to comment something out.
Jeremy.

Modified:
   trunk/source/smbd/aio.c


Changeset:
Modified: trunk/source/smbd/aio.c
===================================================================
--- trunk/source/smbd/aio.c	2005-06-08 19:19:06 UTC (rev 7405)
+++ trunk/source/smbd/aio.c	2005-06-08 19:19:54 UTC (rev 7406)
@@ -21,7 +21,7 @@
 
 #include "includes.h"
 
-//#define HAVE_POSIX_ASYNC_IO 1
+/*#define HAVE_POSIX_ASYNC_IO 1 */
 #if HAVE_POSIX_ASYNC_IO
 
 /* The signal we'll use to signify aio done. */



More information about the samba-cvs mailing list