--- busybox-1.10.4/networking/ifenslave.c Wed Jun 25 12:55:22 2008 +++ busybox-1.10.4-ifenslave/networking/ifenslave.c Wed Jul 9 23:57:36 2008 @@ -170,6 +170,9 @@ applet_long_options = ifenslave_longopts; #endif + + INIT_G(); + opt = getopt32(argv, "cdf"); argv += optind; if (opt & (opt-1)) /* options check */