From: wessels <> Date: Wed, 6 Nov 1996 15:17:31 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~5518 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40fcf5d4ace2f90eed357143ed94ba4f1153d925;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/disk.cc b/src/disk.cc index a24e5874b2..1774b922c1 100644 --- a/src/disk.cc +++ b/src/disk.cc @@ -1,5 +1,5 @@ /* - * $Id: disk.cc,v 1.38 1996/11/06 08:14:33 wessels Exp $ + * $Id: disk.cc,v 1.39 1996/11/06 08:17:31 wessels Exp $ * * DEBUG: section 6 Disk I/O Routines * AUTHOR: Harvest Derived @@ -202,7 +202,6 @@ file_close(int fd) debug_trap("file_close: bad file number"); return DISK_ERROR; } - /* we might have to flush all the write back queue before we can * close it */ /* save it for later */ diff --git a/src/squid.h b/src/squid.h index b389c24aa4..8c2cd0e67f 100644 --- a/src/squid.h +++ b/src/squid.h @@ -1,6 +1,6 @@ /* - * $Id: squid.h,v 1.69 1996/11/05 20:43:56 wessels Exp $ + * $Id: squid.h,v 1.70 1996/11/06 08:17:33 wessels Exp $ * * AUTHOR: Duane Wessels * @@ -315,11 +315,11 @@ extern int waisStart _PARAMS((int, const char *, method_t, char *, StoreEntry *) extern void storeDirClean _PARAMS((void)); int passStart _PARAMS((int fd, - const char *url, - request_t * request, - char *buf, - int buflen, - int *size_ptr)); + const char *url, + request_t * request, + char *buf, + int buflen, + int *size_ptr)); extern const char *const dash_str; extern const char *const null_string; diff --git a/src/store.cc b/src/store.cc index 4625953da9..3021d065b8 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.150 1996/11/06 08:14:50 wessels Exp $ + * $Id: store.cc,v 1.151 1996/11/06 08:17:33 wessels Exp $ * * DEBUG: section 20 Storeage Manager * AUTHOR: Harvest Derived @@ -2826,9 +2826,9 @@ void storeCloseLog(void) { if (swaplog_fd >= 0) - file_close(swaplog_fd); + file_close(swaplog_fd); if (storelog_fd >= 0) - file_close(storelog_fd); + file_close(storelog_fd); } void