mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 06:26:12 -04:00
15 lines
621 B
Plaintext
15 lines
621 B
Plaintext
$NetBSD: patch-cp,v 1.1.1.1 2007/06/14 19:39:45 bouyer Exp $
|
|
|
|
--- ../xen/include/public/arch-x86/xen-x86_32.h.orig 2007-05-27 15:08:03.000000000 +0200
|
|
+++ ../xen/include/public/arch-x86/xen-x86_32.h 2007-05-27 15:08:44.000000000 +0200
|
|
@@ -103,7 +103,8 @@
|
|
(hnd).p = val; \
|
|
} while ( 0 )
|
|
#define uint64_aligned_t uint64_t __attribute__((aligned(8)))
|
|
-#define XEN_GUEST_HANDLE_64(name) __guest_handle_64_ ## name
|
|
+#define __XEN_GUEST_HANDLE_64(name) __guest_handle_64_ ## name
|
|
+#define XEN_GUEST_HANDLE_64(name) __XEN_GUEST_HANDLE_64(name)
|
|
#endif
|
|
|
|
#ifndef __ASSEMBLY__
|