On Fri, Mar 22, 2013 at 2:00 PM, <[email protected]> wrote: > For example the command > > hexdump -s 0xc0216000 /dev/kmem | head -1 > > outputs > > hexdump: number 0xc0216000 is not in 0..2147483647 range > > without the patch, and > > c0216000 7d61 5b78 4e80 0020 7c08 02a6 9001 0004 > > with it (compiled with CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64").
Applied a simpler fix. Thanks. Please try current git. _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
