diff options
author | Jan Seidel <tuxus@gentoo.org> | 2003-10-17 08:44:15 +0000 |
---|---|---|
committer | Jan Seidel <tuxus@gentoo.org> | 2003-10-17 08:44:15 +0000 |
commit | 95e73438776106f0cfce56fef213c0548ab55e1b (patch) | |
tree | 4c3bbf98a42aea2c0b6591db1ddc5667c0effa0c /app-admin/sysklogd/files/sysklogd-1.4.1-mips.patch | |
parent | Marked stable for x86 (diff) | |
download | gentoo-2-95e73438776106f0cfce56fef213c0548ab55e1b.tar.gz gentoo-2-95e73438776106f0cfce56fef213c0548ab55e1b.tar.bz2 gentoo-2-95e73438776106f0cfce56fef213c0548ab55e1b.zip |
add a patch for mips
Diffstat (limited to 'app-admin/sysklogd/files/sysklogd-1.4.1-mips.patch')
-rw-r--r-- | app-admin/sysklogd/files/sysklogd-1.4.1-mips.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-admin/sysklogd/files/sysklogd-1.4.1-mips.patch b/app-admin/sysklogd/files/sysklogd-1.4.1-mips.patch new file mode 100644 index 000000000000..14dfeae277ce --- /dev/null +++ b/app-admin/sysklogd/files/sysklogd-1.4.1-mips.patch @@ -0,0 +1,10 @@ +--- /home/portage/sysklogd-1.4.1-r7/work/sysklogd-1.4.1/ksym_mod.c 2000-09-12 23:15:28.000000000 +0200 ++++ /tmp/ksym_mod.c 2003-10-16 19:04:21.000000000 +0200 +@@ -93,6 +93,7 @@ + #include <linux/time.h> + #include <linux/module.h> + #else /* __GLIBC__ */ ++#include <linux/linkage.h> + #include <linux/module.h> + extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence)); + extern int get_kernel_syms __P ((struct kernel_sym *__table)); |