On Sun, Jan 23, 2011 at 4:47 PM, Chris Rees <[email protected]> wrote: > Hi again, > > OK I lied about the previous being the last today, sorry. > > http://www.bayofrum.net/~chris/patches/busybox-clearenv.patch
+#ifndef HAVE_CLEARENV +# define clearenv() environ[0] == NULL +#endif Shouldn't it be = instead of == ? -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
