]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
minimal shims for fstatat(2)/unlinkat(2) in agent
authorDamien Miller <djm@mindrot.org>
Thu, 22 May 2025 08:42:44 +0000 (18:42 +1000)
committerDamien Miller <djm@mindrot.org>
Thu, 22 May 2025 08:42:44 +0000 (18:42 +1000)
commitde25e739781c4c09d20abd410f50f0a6f192dc72
treeea4ea7cd10f4d22f96cf9cd2d775ad1fd4e3b681
parent6d192645a613aa814d51050b0458f37265b90d6c
minimal shims for fstatat(2)/unlinkat(2) in agent

Add some very minimal and task-specific replacements for
fstatat(2) and unlinkat(2) in the ssh-agent socket cleanup
loop, for platforms that lack these functions. ok dtucker@
misc-agent.c