[Mono-bugs] [Bug 72818][Nor] Changed - getpwuid_r, getpwnam_r, getgrgid_r, getgrnam_r expects only 4 arguments

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Feb 2005 12:25:33 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by jonpryor@vt.edu.

http://bugzilla.ximian.com/show_bug.cgi?id=72818

--- shadow/72818	2005-02-24 12:21:56.000000000 -0500
+++ shadow/72818.tmp.8097	2005-02-24 12:25:33.000000000 -0500
@@ -91,6 +91,11 @@
 
 This pattern seems to be consistent for all of these functions.
 
 The bigger question is determining which variant to call.  I have an
 idea for a configure.in-based check using AC_TRY_COMPILE; I will
 attach that.
+
+------- Additional Comments From jonpryor@vt.edu  2005-02-24 12:25 -------
+Created an attachment (id=14386)
+configure.in patch to check for get*_r variants.
+