Re: svn commit: r293064 - head/sys/boot/uboot/lib

2016-01-02 Thread Ian Lepore
On Sun, 2016-01-03 at 10:59 +1100, Bruce Evans wrote: > On Sat, 2 Jan 2016, Ian Lepore wrote: > > > Log: > > Cast pointer through uintptr_t on the way to uint64_t to squelch a warning. > > > > Modified: head/sys/boot/uboot/lib/copy.c > >

svn commit: r293064 - head/sys/boot/uboot/lib

2016-01-02 Thread Ian Lepore
Author: ian Date: Sat Jan 2 22:55:59 2016 New Revision: 293064 URL: https://svnweb.freebsd.org/changeset/base/293064 Log: Cast pointer through uintptr_t on the way to uint64_t to squelch a warning. Modified: head/sys/boot/uboot/lib/copy.c Modified: head/sys/boot/uboot/lib/copy.c

Re: svn commit: r293064 - head/sys/boot/uboot/lib

2016-01-02 Thread Bruce Evans
On Sat, 2 Jan 2016, Ian Lepore wrote: Log: Cast pointer through uintptr_t on the way to uint64_t to squelch a warning. Modified: head/sys/boot/uboot/lib/copy.c == --- head/sys/boot/uboot/lib/copy.c Sat Jan 2