To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64906
------- Additional comments from [EMAIL PROTECTED] Sat May 6 23:05:25 -0700
2006 -------
BTW: this bug seems to be derived by FBSD ;)
include <sys/types.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
main()
{
size_t n = (size_t) sysconf(_SC_GETPW_R_SIZE_MAX);
printf("%d\n",n);
}
does return -1 for FBSD as well.
thanks all!
---------------------------------------------------------------------
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]