Port NetBSD's UDF implementation

Oleksandr Dudinskyi dudinskyj at gmail.com
Fri Jul 6 13:26:39 UTC 2012


Sorry for this trouble, error corrected.

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

> Freddie Cash <fjwcash at gmail.com> wrote:
>
> > ---------- Forwarded message ----------
> > From: Oleksandr Dudinskyi <dudinskyj at gmail.com>
> > Date: Thu, Jul 5, 2012 at 12:59 PM
> > Subject: Re: Port NetBSD's UDF implementation
> > To: Freddie Cash <fjwcash at 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.


More information about the freebsd-fs mailing list