summaryrefslogtreecommitdiff
path: root/sysutils/xenkernel33
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-07-13 19:43:21 +0000
committerjoerg <joerg@pkgsrc.org>2013-07-13 19:43:21 +0000
commit3a73161fd22b84a2bf6c958e4e2cc9c73c6d3c67 (patch)
tree005d396345ea5b35af3dc2a0488cf21f649c347d /sysutils/xenkernel33
parent9fe7230d0ff94c8c089ffb668230738ff420b77a (diff)
downloadpkgsrc-3a73161fd22b84a2bf6c958e4e2cc9c73c6d3c67.tar.gz
Fix header guard.
Diffstat (limited to 'sysutils/xenkernel33')
-rw-r--r--sysutils/xenkernel33/distinfo3
-rw-r--r--sysutils/xenkernel33/patches/patch-xen_common_libelf_libelf-private.h10
2 files changed, 12 insertions, 1 deletions
diff --git a/sysutils/xenkernel33/distinfo b/sysutils/xenkernel33/distinfo
index 3d23347a39f..f863c929493 100644
--- a/sysutils/xenkernel33/distinfo
+++ b/sysutils/xenkernel33/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2013/04/11 19:57:51 joerg Exp $
+$NetBSD: distinfo,v 1.18 2013/07/13 19:43:21 joerg Exp $
SHA1 (xen-3.3.2.tar.gz) = 7f438e73ac81b25cf5e1570709e87001066bafe4
RMD160 (xen-3.3.2.tar.gz) = 28faa56286f2a418e35dcba6079570ea871d6c7b
@@ -15,3 +15,4 @@ SHA1 (patch-compat_memory_c) = f45daded92c0dac30213d6d7dcc81ac72ead7c47
SHA1 (patch-include_xen_compat_h) = 96ba96ba31792f48c989f033f7706f09fd1171c2
SHA1 (patch-xen_Makefile) = 30d27b40fb8f5c4ee663a6a82abf36db3b7ebd1c
SHA1 (patch-xen_arch_x86_Rules.mk) = 81bdc8a653b57b5fcb9ae7d835f0284ab800dc21
+SHA1 (patch-xen_common_libelf_libelf-private.h) = c364d8f247342c62d0d32fe9f4714f83f977719a
diff --git a/sysutils/xenkernel33/patches/patch-xen_common_libelf_libelf-private.h b/sysutils/xenkernel33/patches/patch-xen_common_libelf_libelf-private.h
new file mode 100644
index 00000000000..42ae5bf395d
--- /dev/null
+++ b/sysutils/xenkernel33/patches/patch-xen_common_libelf_libelf-private.h
@@ -0,0 +1,10 @@
+$NetBSD: patch-xen_common_libelf_libelf-private.h,v 1.1 2013/07/13 19:43:21 joerg Exp $
+
+--- xen/common/libelf/libelf-private.h.orig 2013-07-12 18:07:36.000000000 +0000
++++ xen/common/libelf/libelf-private.h
+@@ -1,4 +1,4 @@
+-#ifndef __LIBELF_PRIVATE_H__
++#ifndef __LIBELF_PRIVATE_H_
+ #define __LIBELF_PRIVATE_H_
+
+ #ifdef __XEN__