From owner-cvs-all Tue Aug 17 14:47:35 1999 Delivered-To: cvs-all@freebsd.org Received: from arc.hq.cti.ru (arc.hq.cti.ru [195.34.40.3]) by hub.freebsd.org (Postfix) with ESMTP id 38E7414CC8; Tue, 17 Aug 1999 14:47:18 -0700 (PDT) (envelope-from dima@tejblum.pp.ru) Received: (from uucp@localhost) by arc.hq.cti.ru (8.9.3/8.9.3) with UUCP id BAA74493; Wed, 18 Aug 1999 01:47:50 +0400 (MSD) (envelope-from dima@tejblum.pp.ru) Received: from tejblum.pp.ru (localhost [127.0.0.1]) by tejblum.pp.ru (8.9.3/8.9.3) with ESMTP id BAA01646; Wed, 18 Aug 1999 01:48:16 +0400 (MSD) (envelope-from dima@tejblum.pp.ru) Message-Id: <199908172148.BAA01646@tejblum.pp.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org From: Dmitrij Tejblum Subject: Re: cvs commit: src/usr.sbin/pstat pstat.c In-reply-to: Your message of "Sun, 08 Aug 1999 12:44:01 PDT." <199908081944.MAA81797@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 18 Aug 1999 01:48:16 +0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Poul-Henning Kamp wrote: > phk 1999/08/08 12:44:01 PDT > > Modified files: > usr.sbin/pstat pstat.c > Log: > Add support for picking up ttys with sysctl(kern.ttys). As usual, this don't work on the alpha, where sizeof(dev_t) in kernel != sizeof(dev_t) in userland... (gcc warn about conversion from integer to pointer of different size.) Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message