[Mono-bugs] [Bug 72822][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:08:25 -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=72822
--- shadow/72822 2005-02-21 16:08:25.000000000 -0500
+++ shadow/72822.tmp.25791 2005-02-21 16:08:25.000000000 -0500
@@ -0,0 +1,51 @@
+Bug#: 72822
+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.
+2.
+3.
+
+Actual Results:
+
+pwd.c: In function `Mono_Posix_Syscall_getpwnam_r':
+pwd.c:144: error: too many arguments to function `getpwnam_r'
+pwd.c:144: warning: assignment makes integer from pointer without a cast
+pwd.c: At top level:
+pwd.c:160: warning: no previous prototype for 'Mono_Posix_Syscall_getpwuid_r'
+pwd.c: In function `Mono_Posix_Syscall_getpwuid_r':
+pwd.c:182: error: too many arguments to function `getpwuid_r'
+pwd.c:182: warning: assignment makes integer from pointer without a cast
+pwd.c: At top level:
+pwd.c:195: warning: no previous prototype for 'Mono_Posix_Syscall_getpwent'
+pwd.c:217: warning: no previous prototype for 'Mono_Posix_Syscall_fgetpwent'
+
+
+Expected Results:
+getpwuid_r, getpwnam_r expects only 4 arguments
+
+How often does this happen?
+all the time
+
+
+Additional Information:
+
+filename: support/pwd.c