aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/patch/(public-mirror)
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2025-07-08 19:40:55 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2025-07-08 19:41:21 +0000
commitc08e019c6ce4fc637b195f1bb0878763c3fefe9e (patch)
tree20674ee62096c2d7503dc0eac98fe69a2f996976 /usr.bin/patch/(public-mirror)
parentdcd47304acb1f1713a27f407a153e2bb54c574ba (diff)
opendir, fdopendir: Add tests, clean up.HEADmain
* Add test cases for opendir() and fdopendir(). * Drop O_NONBLOCK from opendir(); it was added a long time ago to avoid blocking if given a closed named pipe, but now we use O_DIRECTORY, which ensures that we get ENOTDIR in that case. * While here, remove unused #includes left over from the split. Sponsored by: Klara, Inc. Reviewed by: kevans, markj Differential Revision: https://reviews.freebsd.org/D51126
Diffstat (limited to 'usr.bin/patch/(public-mirror)')
0 files changed, 0 insertions, 0 deletions