pxe: fix truncation warning
commitb15c5f186d2b1f55f4eacbeb35b2da99c5366dd7
authorJonathan Boeing <jonathan.n.boeing@gmail.com>
Tue, 10 Feb 2015 03:01:35 +0000 (9 20:01 -0700)
committerGene Cumm <gene.cumm@gmail.com>
Sun, 3 May 2015 14:49:32 +0000 (3 10:49 -0400)
tree0fdcf77af7f50c08f57feaf685b41694a62fa8f1
parent6c0ab8ba85a4324970bf37adfcc91b75ebd2a3ce
pxe: fix truncation warning

When building efi64, there's a size mismatch between the uint32_t
variable (32 bits) and the -1UL (64 bits). This fixes the warning:
large integer implicitly truncated to unsigned type

Signed-off-by: Jonathan Boeing <jonathan.n.boeing@gmail.com>
core/fs/pxe/http.c