Date: Fri, 26 Oct 2001 19:13:42 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pwd_mkdb pwd_mkdb.c src/lib/libc/gen getpwent.c Message-ID: <200110270213.f9R2DgI23207@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2001/10/26 19:13:42 PDT Modified files: usr.sbin/pwd_mkdb pwd_mkdb.c lib/libc/gen getpwent.c Log: Explicitly use int32_t for on-disk records for pw_change and pw_expire, since that is what we use now and this insulates us from any time_t tweaks here. We can define a record format that uses 64 bit times if/when we need to. Revision Changes Path 1.61 +6 -3 src/lib/libc/gen/getpwent.c 1.37 +12 -9 src/usr.sbin/pwd_mkdb/pwd_mkdb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110270213.f9R2DgI23207>