summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-09 21:25:36 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-09 21:25:36 +0000
commit3fa5b6625e880de0e4dde0f2dccbf7d194b18163 (patch)
tree2165ec99bbcf5601eef9bdf09e9e3538f74159b5 /app-arch
parentFixed some glibc-2.2.2 header quirks and added lfs support (diff)
downloadhistorical-3fa5b6625e880de0e4dde0f2dccbf7d194b18163.tar.gz
historical-3fa5b6625e880de0e4dde0f2dccbf7d194b18163.tar.bz2
historical-3fa5b6625e880de0e4dde0f2dccbf7d194b18163.zip
Header patches
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/dump/files/dump-0.4.21-dump-main.c-gentoo.diff11
-rw-r--r--app-arch/dump/files/dump-0.4.21-dump-optr.c-gentoo.diff11
2 files changed, 22 insertions, 0 deletions
diff --git a/app-arch/dump/files/dump-0.4.21-dump-main.c-gentoo.diff b/app-arch/dump/files/dump-0.4.21-dump-main.c-gentoo.diff
new file mode 100644
index 000000000000..22fc5ba22ec9
--- /dev/null
+++ b/app-arch/dump/files/dump-0.4.21-dump-main.c-gentoo.diff
@@ -0,0 +1,11 @@
+--- dump/main.c~ Thu Dec 21 11:14:54 2000
++++ dump/main.c Mon Apr 9 23:12:44 2001
+@@ -46,7 +46,7 @@
+
+ #include <config.h>
+ #include <sys/param.h>
+-#include <sys/time.h>
++#include <time.h>
+ #ifdef __linux__
+ #include <linux/ext2_fs.h>
+ #include <sys/stat.h>
diff --git a/app-arch/dump/files/dump-0.4.21-dump-optr.c-gentoo.diff b/app-arch/dump/files/dump-0.4.21-dump-optr.c-gentoo.diff
new file mode 100644
index 000000000000..3019be704c60
--- /dev/null
+++ b/app-arch/dump/files/dump-0.4.21-dump-optr.c-gentoo.diff
@@ -0,0 +1,11 @@
+--- dump/optr.c~ Thu Dec 21 11:14:54 2000
++++ dump/optr.c Mon Apr 9 23:12:54 2001
+@@ -47,7 +47,7 @@
+ #include <config.h>
+ #include <sys/param.h>
+ #include <sys/wait.h>
+-#include <sys/time.h>
++#include <time.h>
+
+ #include <errno.h>
+ #include <fstab.h>