[PATCH 1/2] Always use APPLET_NAME macro to access applet names

Ron Yorston rmy at pobox.com
Wed Mar 23 09:13:13 UTC 2016


Mike Frysinger wrote:
>this commit message has no justification or useful description as to
>why it should be merged

OK, here's an additional paragraph:

   Replace code that uses a pointer to walk through the list of applet
   names with a for-loop and the APPLET_NAME macro.  This results in no
   change in behaviour.  Hiding implementation details will enable the
   applet tables to be modified to save space.

Ron


More information about the busybox mailing list