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. */
