Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jul 2012 16:26:37 +0300
From:      Oleksandr Dudinskyi <dudinskyj@gmail.com>
To:        FreeBSD Filesystems <freebsd-fs@freebsd.org>
Subject:   Re: Port NetBSD's UDF implementation
Message-ID:  <CACOVGaDBLmH6ZOUo3WUdCXdr3mL5PsvVYrzWOvFKkFZPbSpWsg@mail.gmail.com>
In-Reply-To: <20120706131810.76ca679b@fabiankeil.de>
References:  <CACOVGaA9aSzKuV6bQNfAL8VfbtKWahP8gMThi-GoY_VC=iFzJg@mail.gmail.com> <20120705192158.503fa2e5@fabiankeil.de> <CACOVGaBEocJqxnW7VcySaEhUSAuAP9mWBDhgZ6Lf_N-S6ArJvg@mail.gmail.com> <CACOVGaBBWGs7gvDzMz413OXYteT6Z98kN=Jqd2qVAH26tb0yyQ@mail.gmail.com> <CAOjFWZ6ndKFb79i-PbMBxAHUK%2BubKk9jNuhNpfU_5H3go%2BcDFA@mail.gmail.com> <CACOVGaDEopwGgQWbAUTi4qSai%2B%2BKP2ZUY0%2BfJOffyBAjbBbyvg@mail.gmail.com> <CAOjFWZ7J4hfXd41u7tWW-hZ1qBddgvp%2BGe3Hk5w2WpT6iNpjrw@mail.gmail.com> <20120706131810.76ca679b@fabiankeil.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Sorry for this trouble, error corrected.

On 6 July 2012 14:18, Fabian Keil <freebsd-listen@fabiankeil.de> wrote:

> Freddie Cash <fjwcash@gmail.com> wrote:
>
> > ---------- Forwarded message ----------
> > From: Oleksandr Dudinskyi <dudinskyj@gmail.com>
> > Date: Thu, Jul 5, 2012 at 12:59 PM
> > Subject: Re: Port NetBSD's UDF implementation
> > To: Freddie Cash <fjwcash@gmail.com>
> >
> >
> > Sorry, I did not know this . Project in Google code.
> >
> http://code.google.com/p/port-netbsd-udf-implementation/source/browse/udf2_patch.diff
>
> I successfully tested it with four BD images and two DVDs so
> far, but had to change one #include to get it to compile:
>
> diff --git a/sbin/mount_udf2/mount_udf.c b/sbin/mount_udf2/mount_udf.c
> index 8267977..d635e8c 100644
> --- a/sbin/mount_udf2/mount_udf.c
> +++ b/sbin/mount_udf2/mount_udf.c
> @@ -52,8 +52,8 @@
>  #include <sys/uio.h>
>  #include <sys/endian.h>
>  #include <sys/ioctl.h>
> -#include <sys/udfio.h>
>
> +#include <fs/udf2/udfio.h>
>  #include "fs/udf2/udf_mount.h"
>
>  #include <err.h>
>
> Fabian
>



-- 
Regards,
Oleksandr Dudinskyi.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACOVGaDBLmH6ZOUo3WUdCXdr3mL5PsvVYrzWOvFKkFZPbSpWsg>