Kaydet (Commit) e477a897 authored tarafından Caolán McNamara's avatar Caolán McNamara

NetBsd's unsetenv has a return value

üst 2048cbbf
......@@ -408,7 +408,7 @@ oslProcessError SAL_CALL osl_clearEnvironment(rtl_uString* pustrEnvVar)
result = osl_Process_E_None;
else
rtl_string_release(pBuffer);
#elif (defined(MACOSX) || defined(NETBSD) || defined(FREEBSD))
#elif (defined(MACOSX) || defined(FREEBSD))
//MacOSX baseline is 10.4, which has an old-school void return
//for unsetenv.
//See: http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/10.4/man3/unsetenv.3.html?useVersion=10.4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment