]> 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)
committerAmos Jeffries <yadij@users.noreply.github.com>
Sun, 31 Jan 2021 00:21:09 +0000 (13:21 +1300)
commite8a34fb466e95ae158b696a8ec80b2694c2e1a6a
tree1d7a71d16d259617bede1e86aba522209bcf0788
parent8e56335156b80a118c72b92234a9dce146085560
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