blob: c7d1dd8042746896a5d7e575979d6f26a9b20f49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-be,v 1.2 2006/10/19 22:57:13 bouyer Exp $
--- python/xen/lowlevel/acm/acm.c.orig 2006-10-17 00:18:15.000000000 +0200
+++ python/xen/lowlevel/acm/acm.c 2006-10-17 00:18:25.000000000 +0200
@@ -26,10 +26,10 @@
#include <stdlib.h>
#include <sys/ioctl.h>
#include <netinet/in.h>
+#include <xenctrl.h>
#include <xen/acm.h>
#include <xen/acm_ops.h>
-#include <xenctrl.h>
#define PERROR(_m, _a...) \
fprintf(stderr, "ERROR: " _m " (%d = %s)\n" , ## _a , \
|