regionset (0.1-3) kfreebsd.patch

Summary

 dvd_udf.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

--- regionset-0.1/dvd_udf.c	2007-03-16 15:49:05.599352000 +0100
+++ regionset-0.1/dvd_udf.c	2007-03-16 15:49:52.000000000 +0100
@@ -37,7 +37,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#if defined(__OpenBSD__)
+#if defined(__OpenBSD__) || defined(__FreeBSD_kernel__)
 # include <sys/dvdio.h>
 #elif defined(__linux__)
 # include <linux/cdrom.h>