Several cleanups from Manuel Novoa III.
authorEric Andersen <andersen@codepoet.org>
Wed, 14 Feb 2001 07:15:30 +0000 (07:15 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 14 Feb 2001 07:15:30 +0000 (07:15 -0000)
commitfc83c4c3535cb5bce344821d382122262a8450f5
treec61695c497186a7e201315b93541846c3a72f201
parent6fd8c664c1bcb44429b81444be640ff08cac3702
Several cleanups from Manuel Novoa III.

get_kernel_revision --  size reduction
        NOTE: may want to combine with get_kernel_version in insmod???

parse_mode -- size reduction, multiple settings with "," now work correctly,
        sticky-bit setting now implemented

process_escape_sequence -- size reduction, octal code to big for char bug fixed

format -- size reduction, val > LONG_MAX and hr = 1 printing bug fixed (was %ld),
busybox.h
include/busybox.h
utility.c