[Mono-bugs] [Bug 72821][Wis] New - getpwuid_r, getpwnam_r expects only 4 arguments

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 21 Feb 2005 16:05:30 -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 jonel@road14.com.

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

--- shadow/72821	2005-02-21 16:05:30.000000000 -0500
+++ shadow/72821.tmp.25688	2005-02-21 16:05:30.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 72821
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jonel@road14.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: getpwuid_r, getpwnam_r expects only 4 arguments
+
+Please fill in this template when reporting a bug, unless you know what you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Normal build, configure, gmake
+2. 
+3. 
+
+Actual Results:
+
+macros.c: In function `helper_Mono_Posix_getpwnamuid':
+macros.c:115: error: too many arguments to function `getpwnam_r'
+macros.c:115: warning: assignment makes integer from pointer without a cast
+macros.c:117: error: too many arguments to function `getpwuid_r'
+macros.c:117: warning: assignment makes integer from pointer without a cast
+
+
+
+Expected Results:
+
+getpwuid_r, getpwnam_r expects only 4 arguments
+
+How often does this happen? 
+all the time
+
+Additional Information:
+
+filename: support/macros.c