From: wessels <> Date: Tue, 2 Apr 1996 08:00:31 +0000 (+0000) Subject: compiler X-Git-Tag: SQUID_3_0_PRE1~6304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5252faa8a72161b70ab6021979527685d580657d;p=thirdparty%2Fsquid.git compiler --- diff --git a/src/store.cc b/src/store.cc index 5de4b76a07..4b2c39b8ad 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,5 +1,5 @@ -/* $Id: store.cc,v 1.21 1996/04/02 00:51:55 wessels Exp $ */ +/* $Id: store.cc,v 1.22 1996/04/02 01:00:31 wessels Exp $ */ /* * DEBUG: Section 20 store @@ -100,6 +100,7 @@ static MemObject *new_MemObject() } static StoreEntry *new_StoreEntry(mem_obj_flag) + int mem_obj_flag; { StoreEntry *e = NULL;