From owner-cvs-src@FreeBSD.ORG Mon Oct 11 21:56:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C53216A4CE; Mon, 11 Oct 2004 21:56:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B66D43D2F; Mon, 11 Oct 2004 21:56:28 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BLuSIx030788; Mon, 11 Oct 2004 21:56:28 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BLuSKG030787; Mon, 11 Oct 2004 21:56:28 GMT (envelope-from peter) Message-Id: <200410112156.i9BLuSKG030787@repoman.freebsd.org> From: Peter Wemm Date: Mon, 11 Oct 2004 21:56:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys conf.h src/lib/libkvm kvm_proc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 21:56:28 -0000 peter 2004-10-11 21:56:27 UTC FreeBSD src repository Modified files: sys/sys conf.h lib/libkvm kvm_proc.c Log: Belatedly catch up with the dev_t/cdev changes from a few months back. Extract the struct cdev pointer and the tty device from inside rather than incorrectly casting the 'struct cdev *' pointer to a 'dev_t' int. Not that this was particularly important since it was only used for reading vmcore files. Revision Changes Path 1.82 +11 -1 src/lib/libkvm/kvm_proc.c 1.202 +5 -0 src/sys/sys/conf.h