Re: make buildworld failure on arm64 on -current n267777

From: void <void_at_f-m.fm>
Date: Sun, 28 Jan 2024 16:28:05 UTC
On Fri, 26 Jan 2024, at 00:14, void wrote:
> In /usr/src # git rev-list --count --first-parent HEAD
> 267777

in /usr/src, a 'git reset --hard' followed by 'git pull' and then 'git checkout main'
fixed this.

For some reason, 'git pull --ff-only' didn't pull
/usr/src/sys/contrib/dev/acpica/include/platform !

--