svn commit: r363625 - stable/12/usr.sbin/mountd

Ian Lepore ian at freebsd.org
Thu Jul 30 03:25:59 UTC 2020


On Thu, 2020-07-30 at 01:52 +0000, Rick Macklem wrote:
> Brooks Davis wrote:
> > Author: brooks
> > Date: Mon Jul 27 23:18:14 2020
> > New Revision: 363625
> > URL: https://svnweb.freebsd.org/changeset/base/363625
> > 
> > Log:
> >  MFC r363439:
> > 
> >  Correct a type-mismatch between xdr_long and the variable "bad".
> > 
> > [...]
> --> I can't see how the xdr.c code would work for a machine that is
> BIG_ENDIAN and where "long" is 64bits, but we don't have any of
> those.
> 

mips64 and powerpc64 are both big endian with 64-bit long.

-- Ian




More information about the svn-src-stable mailing list