summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2004-06-01 20:49:50 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2004-06-01 20:49:50 +0000
commitc9472e6e6363b5e5e6c6dd748314bbf3bbbf5627 (patch)
treebde98058305eff72c57e8af081d0244d2aa73329 /app-shells/sash/files
parentVersion bumped. (Manifest recommit) (diff)
downloadgentoo-2-c9472e6e6363b5e5e6c6dd748314bbf3bbbf5627.tar.gz
gentoo-2-c9472e6e6363b5e5e6c6dd748314bbf3bbbf5627.tar.bz2
gentoo-2-c9472e6e6363b5e5e6c6dd748314bbf3bbbf5627.zip
PPC 2.6 headers update
Diffstat (limited to 'app-shells/sash/files')
-rw-r--r--app-shells/sash/files/sash-3.6-2.6-includes.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-shells/sash/files/sash-3.6-2.6-includes.patch b/app-shells/sash/files/sash-3.6-2.6-includes.patch
new file mode 100644
index 000000000000..12dba4ac019f
--- /dev/null
+++ b/app-shells/sash/files/sash-3.6-2.6-includes.patch
@@ -0,0 +1,12 @@
+--- cmd_chattr.c.orig 2004-02-28 21:44:15.242130528 -0600
++++ cmd_chattr.c 2004-02-28 21:45:51.734239664 -0600
+@@ -12,6 +12,9 @@
+
+ #include <sys/ioctl.h>
+ #include <sys/types.h>
++#define __KERNEL__
++#include <asm/types.h>
++#undef __KERNEL__
+ #include <linux/ext2_fs.h>
+
+ #include "sash.h"