Port NetBSD's UDF implementation

Fabian Keil freebsd-listen at fabiankeil.de
Fri Jul 6 11:29:41 UTC 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-fs/attachments/20120706/68679a24/signature.pgp


More information about the freebsd-fs mailing list