On Fri, Jan 8, 2021 at 4:54 PM Kyle Evans <[email protected]> wrote: > On Thu, Jan 7, 2021 at 6:17 PM Thomas Munro <[email protected]> wrote: > > +#define O_DSYNC 0x00800000 /* POSIX data sync */
> I think the value of O_DSYNC got resolved incorrectly in a merge > conflict; O_RESOLVE_BENEATH in the just prior __BSD_VISIBLE block took > 0x00800000, so I believe this should be 0x01000000. Right, that's exactly what happened. Will fix. Thanks! _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
