diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-05-15 15:00:51 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-05-15 15:00:51 +0000 |
commit | af797755c14c98fa7531a9281205c805ceb9636e (patch) | |
tree | 204ffcad2143bfdd53410196b12610b4deec0ff7 /sys-boot/silo/files | |
parent | removed python-fuse, a bit early admitted. (diff) | |
download | gentoo-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.patch | 13 |
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 |