Date: Fri, 8 Oct 1999 00:00:01 -0700 (PDT) From: "Robert Wojciechowski Jr." <robertw@wojo.com> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/14201: setpassent() in libc does not function properly Message-ID: <199910080700.AAA08876@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/14201; it has been noted by GNATS. From: "Robert Wojciechowski Jr." <robertw@wojo.com> To: "'freebsd-gnats-submit@freebsd.org'" <freebsd-gnats-submit@freebsd.org>, "Robert Wojciechowski Jr." <robertw@wojo.com> Cc: Subject: Re: kern/14201: setpassent() in libc does not function properly Date: Fri, 8 Oct 1999 02:56:48 -0400 The patch in this bug report does not work fully. I patched the endpwent() function, and it works correctly now: 244,246d243 < if (_pw_stayopen) < return; < It will keep the fd open when setpassent(int stayopen) is passed 1. It's now behaving the way it should ;) Thanks, Robert S. Wojciechowski Jr. robertw@wojo.com PGP: 0xF2CA68F2 - http://www.wojo.com/pgpkeys/robertw.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910080700.AAA08876>