From owner-cvs-all Fri Oct 26 19:13:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27DB837B403; Fri, 26 Oct 2001 19:13:42 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9R2DgI23207; Fri, 26 Oct 2001 19:13:42 -0700 (PDT) (envelope-from peter) Message-Id: <200110270213.f9R2DgI23207@freefall.freebsd.org> From: Peter Wemm Date: Fri, 26 Oct 2001 19:13:42 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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