-$Id: CHANGES,v 1.83 2000/09/26 12:34:51 stelian Exp $
+$Id: CHANGES,v 1.84 2000/09/26 13:17:42 stelian Exp $
Changes between versions 0.4b19 and 0.4b20 (released ???????????????)
=====================================================================
(as specified in the fstab). Thanks to Bernhard R. Erdmann
<be@berdmann.de> for reporting the bug.
+6. Made dump able to backup files larger than 2 GB. Note that
+ dump still doesn't cope with files larger than 4 GB.
+
Changes between versions 0.4b18 and 0.4b19 (released August 20, 2000)
=====================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: traverse.c,v 1.19 2000/09/01 14:26:23 stelian Exp $";
+ "$Id: traverse.c,v 1.20 2000/09/26 13:17:09 stelian Exp $";
#endif /* not lint */
#include <sys/param.h>
#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__
static int searchdir __P((struct ext2_dir_entry *dp, int offset,