From d870ee7e2190ce92f0105c996391e6907ef519c0 Mon Sep 17 00:00:00 2001 From: hno <> Date: Sun, 21 Jul 2002 06:27:31 +0000 Subject: [PATCH] Oops.. --- src/fs/coss/async_io.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fs/coss/async_io.cc b/src/fs/coss/async_io.cc index 9743b92725..30a29900d5 100644 --- a/src/fs/coss/async_io.cc +++ b/src/fs/coss/async_io.cc @@ -11,7 +11,7 @@ * supports are read/write, and since COSS works on a single file * per storedir it should work just fine. * - * $Id: async_io.cc,v 1.10 2002/07/21 00:25:45 hno Exp $ + * $Id: async_io.cc,v 1.11 2002/07/21 00:27:31 hno Exp $ */ #include "squid.h" @@ -91,7 +91,7 @@ a_file_read(async_queue_t * q, int fd, void *buf, int req_len, off_t offset, /* Initiate aio */ if (aio_read(&qe->aq_e_aiocb) < 0) { - fatalf(79, 1) ("Aiee! aio_read() returned error (%d)!\n", errno); + fatalf("Aiee! aio_read() returned error (%d)!\n", errno); } } -- 2.47.3