Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / xentools3 / patches / patch-be
blobc7d1dd8042746896a5d7e575979d6f26a9b20f49
1 $NetBSD: patch-be,v 1.2 2006/10/19 22:57:13 bouyer Exp $
3 --- python/xen/lowlevel/acm/acm.c.orig  2006-10-17 00:18:15.000000000 +0200
4 +++ python/xen/lowlevel/acm/acm.c       2006-10-17 00:18:25.000000000 +0200
5 @@ -26,10 +26,10 @@
6  #include <stdlib.h>
7  #include <sys/ioctl.h>
8  #include <netinet/in.h>
9 +#include <xenctrl.h>
10  #include <xen/acm.h>
11  #include <xen/acm_ops.h>
13 -#include <xenctrl.h>
15  #define PERROR(_m, _a...) \
16  fprintf(stderr, "ERROR: " _m " (%d = %s)\n" , ## _a ,    \