From owner-freebsd-bugs Thu May 10 8: 0: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE99E37B422 for ; Thu, 10 May 2001 08:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4AF05207651; Thu, 10 May 2001 08:00:05 -0700 (PDT) (envelope-from gnats) Date: Thu, 10 May 2001 08:00:05 -0700 (PDT) Message-Id: <200105101500.f4AF05207651@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Wollman Subject: bin/27240: df does not support '-l' option Reply-To: Garrett Wollman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/27240; it has been noted by GNATS. From: Garrett Wollman To: Jim.Pirzyk@disney.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: bin/27240: df does not support '-l' option Date: Thu, 10 May 2001 10:50:16 -0400 (EDT) < + case 'l': > + if (vfslist != NULL) > + errx(1, "-l and -t are mutally exclusive."); > + vfslist = makevfslist("nonfs"); > + break; Actually, that's not the right way to implement this function. The correct way would be to scan the list of available filesystem types and look for ones without the VFCF_NETWORK flag. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message