]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 5073: Compile error: index was not declared in this scope (#740)
authorAmos Jeffries <yadij@users.noreply.github.com>
Mon, 19 Oct 2020 01:25:50 +0000 (01:25 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 21 Oct 2020 01:28:29 +0000 (01:28 +0000)
commit762ed79ac1bc01d9da1b2dc0491229e85bac44e4
tree4f085ea80952de873a7848b133f28038ce247600
parent2a894677b7ac2b865b1fac52d172ddfe57cfdc6e
Bug 5073: Compile error: index was not declared in this scope (#740)

Use strchr(3) instead of a legacy POSIX.1-2001 index(3) API.

Also removed the index() implementation on MS Windows as no longer used.
compat/os/mswindows.h
src/esi/VarState.cc