From owner-cvs-all Sun Oct 8 2:24:48 2000 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 A580D37B503; Sun, 8 Oct 2000 02:24:45 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA45362; Sun, 8 Oct 2000 02:24:45 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200010080924.CAA45362@freefall.freebsd.org> From: Bruce Evans Date: Sun, 8 Oct 2000 02:24:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rpc.umntall mounttab.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/10/08 02:24:45 PDT Modified files: usr.sbin/rpc.umntall mounttab.c Log: Fixed printf format errors which corrupted /var/db/mounttab on i386's with 64-bit longs (don't assume that time_t is long; assume that time_t's are representable as longs). Revision Changes Path 1.3 +6 -4 src/usr.sbin/rpc.umntall/mounttab.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message