From: wessels <> Date: Wed, 8 Apr 1998 22:34:23 +0000 (+0000) Subject: typo X-Git-Tag: SQUID_3_0_PRE1~3570 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56ed7af5dda6771c57cfaada595799e30541e2d1;p=thirdparty%2Fsquid.git typo --- diff --git a/src/comm.cc b/src/comm.cc index 442901fa38..87066f93f1 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -1,7 +1,7 @@ /* - * $Id: comm.cc,v 1.243 1998/04/04 05:17:40 wessels Exp $ + * $Id: comm.cc,v 1.244 1998/04/08 16:34:23 wessels Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -650,7 +650,7 @@ comm_close(int fd) * network sockets never blocks. */ close(fd); -#elsif USE_ASYNC_IO +#elif USE_ASYNC_IO aioClose(fd); #else close(fd);