From: hno <> Date: Sun, 29 Jul 2001 04:43:24 +0000 (+0000) Subject: Minor arguments mismatch in file_write declaration found by Andrey Shorin. X-Git-Tag: SQUID_3_0_PRE1~1460 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20064ef60a0958d7a59161bfbe9c95f979b6dd99;p=thirdparty%2Fsquid.git Minor arguments mismatch in file_write declaration found by Andrey Shorin. --- diff --git a/src/disk.cc b/src/disk.cc index 9ddf0821a3..d71919f120 100644 --- a/src/disk.cc +++ b/src/disk.cc @@ -1,6 +1,6 @@ /* - * $Id: disk.cc,v 1.155 2001/04/14 00:03:22 hno Exp $ + * $Id: disk.cc,v 1.156 2001/07/28 22:43:24 hno Exp $ * * DEBUG: section 6 Disk I/O Routines * AUTHOR: Harvest Derived @@ -295,7 +295,7 @@ file_write(int fd, off_t file_offset, void *ptr_to_buf, int len, - DWCB handle, + DWCB *handle, void *handle_data, FREE * free_func) {