]> Savannah Git Hosting - gnulib.git/commit
glob: port to NetBSD 9.2
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Apr 2022 21:54:26 +0000 (14:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Apr 2022 21:55:45 +0000 (14:55 -0700)
commit34a93be8aa8a15f5959a1b671ad1285a5d552f4b
treed419bfcb6f5ada2619ddfcebd60a15c5cf9ad0e2
parentc8b8f3bbcde37a53cd226f4c9cebd0dde6aca37f
glob: port to NetBSD 9.2

Problem reported by Benno Schulenberg in:
https://lists.gnu.org/r/bug-gnulib/2022-04/msg00052.html
* doc/posix-functions/dirfd.texi: Document NetBSD 9.2 portability
bugs.  Remove an old common about errno that is no longer true
of POSIX 2018.
* lib/glob.c (glob_in_dir): Convert dirfd arg from void *
to DIR * before passing it to dirfd.
ChangeLog
doc/posix-functions/dirfd.texi
lib/glob.c