]> git.pld-linux.org Git - packages/dump.git/commitdiff
- fix for dumping files between 2 nad 4 GB (patch from RH).
authorkloczek <kloczek@pld-linux.org>
Tue, 17 Oct 2000 01:05:14 +0000 (01:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dump-bigfile.patch -> 1.1

dump-bigfile.patch [new file with mode: 0644]

diff --git a/dump-bigfile.patch b/dump-bigfile.patch
new file mode 100644 (file)
index 0000000..f071006
--- /dev/null
@@ -0,0 +1,17 @@
+--- dump-0.4b19/dump/traverse.c.bigfile        Wed Aug 30 14:27:54 2000
++++ dump-0.4b19/dump/traverse.c        Wed Aug 30 14:28:30 2000
+@@ -84,10 +84,14 @@
+ #define       HASDUMPEDFILE   0x1
+ #define       HASSUBDIRS      0x2
++#ifdef __linux__
++typedef u_quad_t fsizeT;
++#else
+ #ifdef        FS_44INODEFMT
+ typedef       quad_t fsizeT;
+ #else
+ typedef       long fsizeT;
++#endif
+ #endif
+ #ifdef        __linux__
This page took 0.069478 seconds and 4 git commands to generate.