On Mon, 9 Jun 2008 01:34:19 -0700, "Garrett Cooper" <[EMAIL PROTECTED]> wrote:
> Hi hackers,
>       I have a question, pending a bug found in getfsfile(3) [1].
>       Is there any possibility where a mountpoint be any value other
> than a directory, a symlink, or "none", i.e. a flat file?
> Thanks,
> -Garrett
>
> References:
> http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/124409 (not fully in PR
> database yet).

It looks like could be 'fixed' by using realpath() on its argument.
Then this should work fine:

    # fsck /usr/

_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to