From owner-cvs-all Sun Feb 24 11:56:45 2002 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 4D59837B402; Sun, 24 Feb 2002 11:56:41 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1OJufY77920; Sun, 24 Feb 2002 11:56:41 -0800 (PST) (envelope-from phk) Message-Id: <200202241956.g1OJufY77920@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 24 Feb 2002 11:56:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty.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 phk 2002/02/24 11:56:41 PST Modified files: sys/kern tty.c Log: Fix a typo (?) in previous commit told ttyprintf() to print the integer part of the user-time as a 64bit quantity. This resulted in weird output from SIGINFO. Revision Changes Path 1.164 +1 -1 src/sys/kern/tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message