diff options
author | joerg <joerg@pkgsrc.org> | 2013-07-13 19:43:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-07-13 19:43:21 +0000 |
commit | 3a73161fd22b84a2bf6c958e4e2cc9c73c6d3c67 (patch) | |
tree | 005d396345ea5b35af3dc2a0488cf21f649c347d /sysutils/xenkernel41 | |
parent | 9fe7230d0ff94c8c089ffb668230738ff420b77a (diff) | |
download | pkgsrc-3a73161fd22b84a2bf6c958e4e2cc9c73c6d3c67.tar.gz |
Fix header guard.
Diffstat (limited to 'sysutils/xenkernel41')
-rw-r--r-- | sysutils/xenkernel41/distinfo | 3 | ||||
-rw-r--r-- | sysutils/xenkernel41/patches/patch-xen_common_libelf_libelf-private.h | 10 |
2 files changed, 12 insertions, 1 deletions
diff --git a/sysutils/xenkernel41/distinfo b/sysutils/xenkernel41/distinfo index 36d572ac694..26e5642a2d1 100644 --- a/sysutils/xenkernel41/distinfo +++ b/sysutils/xenkernel41/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.17 2013/05/03 16:48:37 drochner Exp $ +$NetBSD: distinfo,v 1.18 2013/07/13 19:43:21 joerg Exp $ SHA1 (xen-4.1.5.tar.gz) = 38f098cdbcf4612a6e059e6ad332e68bbfc8bf4d RMD160 (xen-4.1.5.tar.gz) = 265d6a9faee6cf9314f4ed647604f7b43c327f52 @@ -22,5 +22,6 @@ SHA1 (patch-xen_Makefile) = d1c7e4860221f93d90818f45a77748882486f92b SHA1 (patch-xen_arch_x86_Rules.mk) = 6b9b4bfa28924f7d3f6c793a389f1a7ac9d228e2 SHA1 (patch-xen_arch_x86_cpu_mcheck_vmce.c) = 5afd01780a13654f1d21bf1562f6431c8370be0b SHA1 (patch-xen_arch_x86_time.c) = 2dedd8ea1d372ecffea70aad448756dd3688cfba +SHA1 (patch-xen_common_libelf_libelf-private.h) = c364d8f247342c62d0d32fe9f4714f83f977719a SHA1 (patch-xen_drivers_char_console_c) = 0fe186369602ccffaeec6f4bfbee8bb4298d3ff0 SHA1 (patch-xen_include_xen_stdarg.h) = e9df974a9b783ed442ab17497198432cb9844b70 diff --git a/sysutils/xenkernel41/patches/patch-xen_common_libelf_libelf-private.h b/sysutils/xenkernel41/patches/patch-xen_common_libelf_libelf-private.h new file mode 100644 index 00000000000..42ae5bf395d --- /dev/null +++ b/sysutils/xenkernel41/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__ |