Re: git: 4afa6308d101 - main - emulators/qemu-user-static: fix build on main
- In reply to: Brooks Davis : "git: 4afa6308d101 - main - emulators/qemu-user-static: fix build on main"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Feb 2025 22:20:34 UTC
On Thu, Feb 20, 2025 at 09:51:33PM +0000, Brooks Davis wrote: > The branch main has been updated by brooks: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=4afa6308d101da21a749701566c5088bc2c7041e > > commit 4afa6308d101da21a749701566c5088bc2c7041e > Author: Brooks Davis <brooks@FreeBSD.org> > AuthorDate: 2025-02-20 21:45:56 +0000 > Commit: Brooks Davis <brooks@FreeBSD.org> > CommitDate: 2025-02-20 21:50:07 +0000 > > emulators/qemu-user-static: fix build on main > > Call __sys___readlinkat() rather than the now removed __readlinkeat(). > Neither are public interfaces, but __sys___readlinkat is somewhat more > so and is declared in libsys.h. Sigh. s/readlinkat/realpathat/g in the commit message. The actual change is correct. -- Brooks