HomeFreeBSD

Fix a sign mismatch warning in the physmem code

Description

Fix a sign mismatch warning in the physmem code

Make sure both sides of a comparison are unsigned. As the values being
compared are size_t make the the value in the for loop size_t too.

Sponsored by: The FreeBSD Foundation

Details

Provenance
andrewAuthored on Mar 28 2022, 10:29 AM
Parents
rG1b3af110bcd5: uudecode: add missing test files to Makefile
Branches
Unknown
Tags
Unknown