summaryrefslogtreecommitdiff
path: root/sysutils/hal/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/hal/patches/patch-as')
-rw-r--r--sysutils/hal/patches/patch-as14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/hal/patches/patch-as b/sysutils/hal/patches/patch-as
new file mode 100644
index 00000000000..7a5fef4cbda
--- /dev/null
+++ b/sysutils/hal/patches/patch-as
@@ -0,0 +1,14 @@
+$NetBSD: patch-as,v 1.1 2011/01/08 13:00:13 obache Exp $
+
+--- hald/freebsd/addons/addon-mouse.c.orig 2009-08-24 12:42:29.000000000 +0000
++++ hald/freebsd/addons/addon-mouse.c
+@@ -29,7 +29,9 @@
+ #include <sys/types.h>
+ #include <sys/event.h>
+ #include <sys/time.h>
++#ifdef __FreeBSD__
+ #include <sys/proc.h>
++#endif
+ #if __FreeBSD_version >= 800058
+ #include <sys/types.h>
+ #include <sys/user.h>