]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Since it's unused, make dirfd() take void *.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 8 May 2025 08:56:39 +0000 (18:56 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 8 May 2025 08:56:39 +0000 (18:56 +1000)
commitf5726215957bb34e18bb872d527845c2f64e2389
tree2b76b4115a984c2aebc8d42d42aae57abd38808d
parent1511f113a27d8aafe080aa6493cb3c0cf2b5abe0
Since it's unused, make dirfd() take void *.

Some platforms (eg Old BSDs) in some configurations define DIR to "void
*", which causes compile errors in the no-op implementation.
openbsd-compat/bsd-misc.c
openbsd-compat/bsd-misc.h