From: wessels <> Date: Tue, 21 Jul 1998 01:32:02 +0000 (+0000) Subject: const crap X-Git-Tag: SQUID_3_0_PRE1~3038 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4a45101ecc9d23a9233860f138f330d488e830a;p=thirdparty%2Fsquid.git const crap --- diff --git a/src/structs.h b/src/structs.h index a3b4eb966c..1d1a66ecd7 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1133,7 +1133,7 @@ struct _request_t { char user_ident[USER_IDENT_SZ]; /* from proxy auth or ident server */ u_short port; String urlpath; - const char *canonical; + char *canonical; int link_count; /* free when zero */ int flags; HttpHdrCc *cache_control;