]> git.ipfire.org Git - thirdparty/squid.git/commit
Maintenance: Add missing stub_fde.cc (#2359) auto
authorAmos Jeffries <yadij@users.noreply.github.com>
Tue, 20 Jan 2026 06:49:31 +0000 (06:49 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 27 Jan 2026 14:21:23 +0000 (14:21 +0000)
commitd1be073ffa78f3b1c7a64ba68e510cf9e8d95dfb
tree12502cb20dfa6704458efe3951bd84f5e3a2d35d
parentc5f977b39cdeeceba51bd4ab5b459e92f7f88974
Maintenance: Add missing stub_fde.cc (#2359)

Also moved `fdNFree()` declaration to `fd.h` (to match its definition
location) and polished its stub's return value.
src/Makefile.am
src/fd.h
src/fde.h
src/stat.cc
src/store.cc
src/tests/Stub.am
src/tests/stub_fd.cc
src/tests/stub_fde.cc [new file with mode: 0644]