-$Id: CHANGES,v 1.181 2002/06/10 14:04:59 stelian Exp $
+$Id: CHANGES,v 1.182 2002/06/25 19:00:37 stelian Exp $
Changes between versions 0.4b29 and 0.4b30 (released ????????????????)
======================================================================
error, which can be given as an argument to debugfs' ncheck command,
in order to find out the affected inode. Added note about this
usage in dump's man page.
+
+2. Fixed a problem in restore when reading tapes written on big
+ endian machines with very old versions of dump. The patch was
+ contributed by George Helffrich <george@geology.bristol.ac.uk>.
Changes between versions 0.4b28 and 0.4b29 (released June 8, 2002)
==================================================================
-$Id: THANKS,v 1.60 2002/06/08 07:10:37 stelian Exp $
+$Id: THANKS,v 1.61 2002/06/25 19:00:37 stelian Exp $
Dump and restore were written by the people of the CSRG at the University
of California, Berkeley.
Ted Grzesik tedgyz@roostme.com
Andreas Hasenack andreas@conectiva.com.br
Christian Haul haul@informatik.tu-darmstadt.de
+George Helffrich george@geology.bristol.ac.uk
Kjetil Torgrim Homme kjetilho@ifi.uio.no
Jean-Paul van der Jagt jeanpaul@dutepp0.et.tudelft.nl
Helmut Jarausch jarausch@igpm.rwth-aachen.de
#ifndef lint
static const char rcsid[] =
- "$Id: dirs.c,v 1.19 2002/06/08 07:10:37 stelian Exp $";
+ "$Id: dirs.c,v 1.20 2002/06/25 19:00:38 stelian Exp $";
#endif /* not lint */
#include <config.h>
if (!Bcvt)
dp->d_namlen = dp->d_type;
# endif
+ if (dp->d_namlen == 0 && dp->d_type != 0)
+ dp->d_namlen = dp->d_type;
dp->d_type = DT_UNKNOWN;
}
#ifdef DIRDEBUG