Comment 1 for bug 999714

Revision history for this message
Robert Ancell (robert-ancell) wrote :

Confirmed. According to the man page I think the change should be:
#ifdef HAVE_CLEARENV
         clearenv ();
#else
         environ = NULL;
#endif