summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2004-03-27 19:08:35 +0000
committerTom Gall <tgall@gentoo.org>2004-03-27 19:08:35 +0000
commit92e0d2bf95344c1a982c4a327fb34bad8cc2e59a (patch)
tree8425b8b2356a526e6682a7323dec8e79f5b9a042 /app-shells/sash/files
parentApplied a patch to install bibtex styles. (diff)
downloadgentoo-2-92e0d2bf95344c1a982c4a327fb34bad8cc2e59a.tar.gz
gentoo-2-92e0d2bf95344c1a982c4a327fb34bad8cc2e59a.tar.bz2
gentoo-2-92e0d2bf95344c1a982c4a327fb34bad8cc2e59a.zip
fixes for ppc64, minor header stuff
Diffstat (limited to 'app-shells/sash/files')
-rw-r--r--app-shells/sash/files/sash-3.6-ppc64-includes.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-shells/sash/files/sash-3.6-ppc64-includes.patch b/app-shells/sash/files/sash-3.6-ppc64-includes.patch
new file mode 100644
index 000000000000..12dba4ac019f
--- /dev/null
+++ b/app-shells/sash/files/sash-3.6-ppc64-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"