From owner-cvs-all Sun Apr 7 6:28:28 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 972E637B404; Sun, 7 Apr 2002 06:28:18 -0700 (PDT) Received: (from mux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g37DSI682552; Sun, 7 Apr 2002 06:28:18 -0700 (PDT) (envelope-from mux) Message-Id: <200204071328.g37DSI682552@freefall.freebsd.org> From: Maxime Henrion Date: Sun, 7 Apr 2002 06:28:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_std mount_std.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 mux 2002/04/07 06:28:18 PDT Modified files: sbin/mount_std mount_std.c Log: Add code to try the nmount(2) syscall when mount(2) failed with EOPNOTSUPP. This will make things less painful when I will commit the conversion of devfs, fdescfs and pseudofs to nmount. Reviewed by: phk Revision Changes Path 1.13 +22 -1 src/sbin/mount_std/mount_std.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message