HomeFreeBSD

ppp: correct echo-req magic number on big endian archs

Description

ppp: correct echo-req magic number on big endian archs

The magic number is a 32-bit quantity; use uint32_t to match hton's
return type and avoid sending zeros (upper 32 bits) on big-endian
architectures.

PR: 184141
MFC after: 1 week
Sponsored by: The FreeBSD Foundation

Details

Provenance
emasteAuthored on
Parents
rS350496: Allow Kernel to link in both legacy libkern/zlib and new sys/contrib/zlib,
Branches
Unknown
Tags
Unknown