diff options
author | 2005-07-12 15:32:57 +0000 | |
---|---|---|
committer | 2005-07-12 15:32:57 +0000 | |
commit | 51cfed92798ef3dce21f168e1292ee1b5bdfd888 (patch) | |
tree | 87e0b747561f8d3ab3c6314cfcc9e8ce297fb4d8 /net-fs/davfs2/files | |
parent | Version bumped to fix building on ia64. (diff) | |
download | historical-51cfed92798ef3dce21f168e1292ee1b5bdfd888.tar.gz historical-51cfed92798ef3dce21f168e1292ee1b5bdfd888.tar.bz2 historical-51cfed92798ef3dce21f168e1292ee1b5bdfd888.zip |
fix bug 81507 and keyword ~amd64
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-fs/davfs2/files')
-rw-r--r-- | net-fs/davfs2/files/include_compiler.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-fs/davfs2/files/include_compiler.patch b/net-fs/davfs2/files/include_compiler.patch new file mode 100644 index 000000000000..177da3b88931 --- /dev/null +++ b/net-fs/davfs2/files/include_compiler.patch @@ -0,0 +1,20 @@ +--- src/davfsd.c.orig 2004-11-02 06:45:26.000000000 +0100 ++++ src/davfsd.c 2005-02-10 16:57:36.895959566 +0100 +@@ -38,6 +38,7 @@ + /* Linux Kernel Source */ + /* avoid inclusion of kernel time.h, since it conflicts with userland time.h */ + #define _LINUX_TIME_H ++#include <linux/compiler.h> + #include <linux/coda.h> + + /* Neon */ +--- src/mount.c.orig 2004-11-02 06:45:26.000000000 +0100 ++++ src/mount.c 2005-02-10 16:58:22.818690708 +0100 +@@ -35,6 +35,7 @@ + /* Linux coda head file */ + /* avoid inclusion of kernel time.h, since it conflicts with userland time.h */ + #define _LINUX_TIME_H ++#include <linux/compiler.h> + #include <linux/coda.h> + + /* Neon */ |