On 09/08/2010 01:54 PM, Eric Blake wrote:
Minor or not, the fix was easy. In moving from 3.8 to 4.7, the OpenBSD folks have fixed some, but not all, of the bugs that they have in unsetenv.@@ -89,6 +90,7 @@ int unsetenv(); entry[0] = 'a'; unsetenv ("a"); if (getenv ("a")) return 3; + if (!getenv ("")) return 4;
Oops - that better be unsetenv, not getenv. I'm retesting now, but don't suspect much will change, as I've already verified that marking gl_cv_func_unsetenv_works=no is sufficient to pass test-unsetenv on OpenBSD.
-- Eric Blake [email protected] +1-801-349-2682 Libvirt virtualization library http://libvirt.org
