* grp.c, pwd.c: Clear errno before calling the actual calls, as errno may
authorJonathan Pryor <jpryor@novell.com>
Mon, 7 Feb 2005 21:06:36 +0000 (21:06 -0000)
committerJonathan Pryor <jpryor@novell.com>
Mon, 7 Feb 2005 21:06:36 +0000 (21:06 -0000)
commit1fd376b919ab4c503faba3b0add5d820992a8660
treeab8716bc9330e81cd7498942e75249dd1f801a1e
parent8d00d1d0e314b29c976bbb63278a15b27ed1677b
  * grp.c, pwd.c: Clear errno before calling the actual calls, as errno may
    have a stale value, leading to spurious errors later.  Fixes #72292.

svn path=/trunk/mono/; revision=40269
support/ChangeLog
support/grp.c
support/pwd.c