On Wed, Mar 2, 2022 at 8:27 PM Jessica Clarke <[email protected]> wrote: > > The branch stable/13 has been updated by jrtc27: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=95e945313e8e22515d3f0b8a5fce97697746c036 > > commit 95e945313e8e22515d3f0b8a5fce97697746c036 > Author: Jessica Clarke <[email protected]> > AuthorDate: 2022-03-03 03:22:30 +0000 > Commit: Jessica Clarke <[email protected]> > CommitDate: 2022-03-03 03:22:30 +0000 > > fuse: Fix build on 32-bit architectures > > MFC 3d721de049be ("Fix NFS exports of FUSE file systems for big > directories") missed a case of a uint64_t from HEAD that should be a > u_long in 13 due to KPI differences. Specifically, HEAD has b214fcceacad > ("Change VOP_READDIR's cookies argument to a **uint64_t"), but stable/13 > does not. > > This is a direct commit to stable/13.
Oops. Thanks for fixing that for me!
