Date: Thu, 24 Apr 2003 16:56:58 -0700 (PDT) From: Jacques Vidrine <nectar@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getpwent.c Message-ID: <200304242356.h3ONuw9E077457@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nectar 2003/04/24 16:56:58 PDT FreeBSD src repository Modified files: lib/libc/gen getpwent.c Log: In compat mode, we `redispatch' the lookup. It is probably a good idea to re-initialize `struct passwd', because e.g. pw_class might get set by one module, but not by another. Add another call to the internal pwd_init function to accomplish this. Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.78 +1 -0 src/lib/libc/gen/getpwent.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304242356.h3ONuw9E077457>