I missed this message before I sent my reply. You seem to have created three threads on the topic.
On Sat, Sep 18, 2010 at 11:23:58AM +0200, Douglas Mencken wrote: > I supposed that all we need is just to add > > #if ENABLE_FEATURE_TOPMEM > static unsigned long fast_strtoul_16(char **endptr); > #endif > > to libbb.h or at the top of procps.c file, but is was wrong, and failed again. It makes little sense to put a static function prototype into a header file. The problem, fixed by the patch I just sent, is that the function itself is compiled out in the PMEM case if TOPMEM is disabled. >>> Dan _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
