From owner-cvs-all Sun Oct 28 16:34:23 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 DD37C37B401; Sun, 28 Oct 2001 16:34:20 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9T0YK326900; Sun, 28 Oct 2001 16:34:20 -0800 (PST) (envelope-from dillon) Message-Id: <200110290034.f9T0YK326900@freefall.freebsd.org> From: Matt Dillon Date: Sun, 28 Oct 2001 16:34:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/last last.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 dillon 2001/10/28 16:34:20 PST Modified files: usr.bin/last last.c Log: localtime() was being called on an int pointer (due to recent utmp-related commits). fixed. Revision Changes Path 1.21 +14 -7 src/usr.bin/last/last.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message