CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2011/09/04 21:52:24
Modified files: lib/libc/gen : getpwent.c Log message: Preserve errno across calls to open the password database(s), so that errno isn't changed when a normal user (who can't open spwd.db) does a lookup. Problem pointed out by Tim van der Molen (tbvdm at xs4all.nl)