summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-05-15 15:00:51 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-05-15 15:00:51 +0000
commitaf797755c14c98fa7531a9281205c805ceb9636e (patch)
tree204ffcad2143bfdd53410196b12610b4deec0ff7 /sys-boot/silo/files
parentremoved python-fuse, a bit early admitted. (diff)
downloadgentoo-2-af797755c14c98fa7531a9281205c805ceb9636e.tar.gz
gentoo-2-af797755c14c98fa7531a9281205c805ceb9636e.tar.bz2
gentoo-2-af797755c14c98fa7531a9281205c805ceb9636e.zip
Version bump, using debian patchset and snapshot from git
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'sys-boot/silo/files')
-rw-r--r--sys-boot/silo/files/sanitized-linuxheaders.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-boot/silo/files/sanitized-linuxheaders.patch b/sys-boot/silo/files/sanitized-linuxheaders.patch
new file mode 100644
index 000000000000..3de1c0331e0b
--- /dev/null
+++ b/sys-boot/silo/files/sanitized-linuxheaders.patch
@@ -0,0 +1,13 @@
+diff -ur silo.orig/second/main.c silo/second/main.c
+--- silo.orig/second/main.c 2008-05-04 20:44:35.493619781 +0000
++++ silo/second/main.c 2008-05-04 20:44:50.113166947 +0000
+@@ -25,8 +25,7 @@
+ /* TODO: This file is a good candidate for rewrite from scratch. */
+
+ #include <silo.h>
+-#include <asm/page.h>
+-#include <linux/elf.h>
++#include <elf.h>
+ #include <stringops.h>
+
+ #ifndef NULL