diff options
Diffstat (limited to 'misc/vfu/patches/patch-aj')
-rw-r--r-- | misc/vfu/patches/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/vfu/patches/patch-aj b/misc/vfu/patches/patch-aj new file mode 100644 index 00000000000..9343f2ac3bd --- /dev/null +++ b/misc/vfu/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.1 2006/01/11 17:02:39 joerg Exp $ + +--- vfu/vfu.h.orig 2006-01-11 16:54:42.000000000 +0000 ++++ vfu/vfu.h +@@ -34,7 +34,7 @@ + + #include <vslib.h> + +- #ifdef _TARGET_NETBSD_ ++ #if defined(_TARGET_NETBSD_) || defined(_TARGET_DRAGONFLY_) + #include <sys/param.h> + #include <sys/mount.h> + #else |