Date: Thu, 10 May 2001 08:00:05 -0700 (PDT) From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> To: freebsd-bugs@FreeBSD.org Subject: bin/27240: df does not support '-l' option Message-ID: <200105101500.f4AF05207651@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/27240; it has been noted by GNATS. From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> 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) <<On Wed, 9 May 2001 22:06:47 -0700 (PDT), Jim.Pirzyk@disney.com said: > + 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105101500.f4AF05207651>