-$Id: CHANGES,v 1.158 2002/01/25 14:59:53 stelian Exp $
+$Id: CHANGES,v 1.159 2002/01/31 10:25:55 stelian Exp $
Changes between versions 0.4b26 and 0.4b27 (released ???????????????)
=====================================================================
(the archive file syntax is also compatible with the
Solaris ufsdump generated one).
+7. Small fix in restore making it able to read some (broken ?)
+ Solaris ufsdump tapes.
+
Changes between versions 0.4b25 and 0.4b26 (released January 7, 2002)
=====================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: tape.c,v 1.56 2002/01/25 15:09:00 stelian Exp $";
+ "$Id: tape.c,v 1.57 2002/01/31 10:25:55 stelian Exp $";
#endif /* not lint */
#include <config.h>
usedinomap = map;
curfile.action = USING;
getfile(xtrmap, xtrmapskip);
+ findinode(&spcl);
if (spcl.c_type != TS_BITS)
errx(1, "Cannot find file dump list");
map = calloc((unsigned)1, (unsigned)howmany(maxino, NBBY));
*/
if (oldinofmt == 0)
SETINO(WINO, dumpmap);
+ findinode(&spcl);
}
/*