id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
1976	System.Posix.User.getUserEntryForName: incorrect error for non-existent user	guest	igloo	"I just noticed that getUserEntryForName suffers from the same problem I reported earlier (#1655) for getGroupEntryForName. That is, the following program:

{{{
import System.Posix.User
main :: IO ()
main = getUserEntryForName ""bla"" >> return ()
}}}

gives the following output (on a system without a ""bla"" user):

{{{
  a.out: getUserEntryForName: failed (Success)
}}}

The ""(Success)"" part is obviously wrong.


PS. I'm using 6.8.2, not 6.8.1, but 6.8.2 is not yet an option in the Version drop-down box.
"	bug	closed	normal	6.8.3	libraries/unix	6.8.2	fixed	errno		Linux	x86_64 (amd64)		Easy (less than 1 hour)				
