[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
Mon, 21 Feb 2005 16:07:11 -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 sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72818
--- shadow/72818 2005-02-21 15:55:03.000000000 -0500
+++ shadow/72818.tmp.25752 2005-02-21 16:07:11.000000000 -0500
@@ -1,16 +1,16 @@
Bug#: 72818
-Product: Mono: Class Libraries
+Product: Mono: Runtime
Version: 1.1
OS: Solaris [Other]
OS Details: Solaris 10 x86
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
-Component: Mono.Security
+Component: io-layer
AssignedTo: mono-bugs@ximian.com
ReportedBy: jonel@road14.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -54,6 +54,14 @@
How often does this happen?
everytime
Additional Information:
filename: mono/metadata/security.c
+
+------- Additional Comments From sebastien@ximian.com 2005-02-21 16:07 -------
+You mean that Solaris/SPARC and Solaris/x86 have different number of
+arguments for those calls ?
+
+Can you add the definition (from the .h) that Solaris/x86 requires ?
+
+Thanks