From 819244bf721c35d143ce755bcbed0ed39bee9b4a Mon Sep 17 00:00:00 2001 From: wessels <> Date: Wed, 26 May 1999 04:18:20 +0000 Subject: [PATCH] Moved ->fd to UFS specific section of storeIOState structure --- src/structs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/structs.h b/src/structs.h index 7bf0c2178b..4a05111e03 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1,6 +1,6 @@ /* - * $Id: structs.h,v 1.292 1999/05/25 06:53:52 wessels Exp $ + * $Id: structs.h,v 1.293 1999/05/25 22:18:20 wessels Exp $ * * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -1321,7 +1321,6 @@ struct _request_flags { }; struct _storeIOState { - int fd; sfileno swap_file_number; mode_t mode; size_t st_size; /* do stat(2) after read open */ @@ -1337,6 +1336,7 @@ struct _storeIOState { } flags; union { struct { + int fd; struct { unsigned int close_request:1; unsigned int reading:1; -- 2.47.2