From owner-cvs-all Mon May 14 1:20:50 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 63C1037B424; Mon, 14 May 2001 01:20:47 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E8Kl579121; Mon, 14 May 2001 01:20:47 -0700 (PDT) (envelope-from phk) Message-Id: <200105140820.f4E8Kl579121@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 May 2001 01:20:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/05/14 01:20:47 PDT Modified files: sys/fs/devfs devfs_vnops.c Log: After a successfull poll of the cloning functions, match on the returned dev_t rather than the original name. This allows cloning from one name to another which is useful for /dev/tty and later for the pty's. Revision Changes Path 1.23 +7 -15 src/sys/fs/devfs/devfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message