To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76159
------- Additional comments from [EMAIL PROTECTED] Tue Apr 10 16:50:28 +0000 2007 ------- As maho noted earlier, this problem is inherited from FreeBSD, i.e., it is both FreeBSD and MacOS X issues. I believe 71 is selected for _SC_GETPW_R_SIZE_MAX because FreeBSD has done that in unistd.h. My guess is Tiger has done the same thing after they sync'd unistd.h with FreeBSD. I believe both FreeBSD and MacOS X do not support _SC_GETPW_R_SIZE_MAX at all, so it returns EINVAL even though it is defined in unistd.h. I suggest removing _SC_GETPW_R_SIZE_MAX from sal/osl/unx/system.h and using '#ifndef _SC_GETPW_R_SIZE_MAX' for a Panther workaround. You may treat both #ifndef _SC_GETPW_R_SIZE_MAX and EINVAL cases as equal. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
