From owner-cvs-all Fri Oct 12 19: 4:57 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 5277E37B401; Fri, 12 Oct 2001 19:04:54 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9D24sF11172; Fri, 12 Oct 2001 19:04:54 -0700 (PDT) (envelope-from iedowse) Message-Id: <200110130204.f9D24sF11172@freefall.freebsd.org> From: Ian Dowse Date: Fri, 12 Oct 2001 19:04:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/umount umount.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 iedowse 2001/10/12 19:04:54 PDT Modified files: sbin/umount umount.c Log: Oops, fix a missing condition that broke umount's `-h' option. I had somehow removed an error check in revision 1.26, causing errx() to be called unconditionally in the -h case. Revision Changes Path 1.28 +3 -2 src/sbin/umount/umount.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message