On Thursday, December 19, 2013 1:54:55 pm Roger Pau Monne wrote:
> ---
> sys/xen/gnttab.c | 26 +-
> 1 files changed, 21 insertions(+), 5 deletions(-)
I can't really speak to the correctness of this as I don't know the Xen
internals well enough, but I don't see anything
---
sys/xen/gnttab.c | 26 +-
1 files changed, 21 insertions(+), 5 deletions(-)
diff --git a/sys/xen/gnttab.c b/sys/xen/gnttab.c
index 03c32b7..6949be5 100644
--- a/sys/xen/gnttab.c
+++ b/sys/xen/gnttab.c
@@ -25,6 +25,7 @@ __FBSDID("$FreeBSD$");
#include
#include
#i