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
commit103cd7dd82711ec539b59608ad31cec3a80dfa3c (patch)
treeb95f22d4d2265913ab95aaf151b3c19a3e699375 /app-shells/sash/files
parentApplied a patch to install bibtex styles. (diff)
downloadhistorical-103cd7dd82711ec539b59608ad31cec3a80dfa3c.tar.gz
historical-103cd7dd82711ec539b59608ad31cec3a80dfa3c.tar.bz2
historical-103cd7dd82711ec539b59608ad31cec3a80dfa3c.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"