-$Id: CHANGES,v 1.111 2001/04/11 13:42:52 stelian Exp $
+$Id: CHANGES,v 1.112 2001/04/12 13:14:14 stelian Exp $
Changes between versions 0.4b21 and 0.4b22 (released ????????????????)
======================================================================
(files ending with holes didn't get dumped or restored
correctly).
+10. Fixed a socket descriptor leak in dump, which leaved opened
+ 3 file descriptors per dump process (and there is one dump
+ process per tape).
+
Changes between versions 0.4b20 and 0.4b21 (released January 13, 2001)
======================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: tape.c,v 1.41 2001/04/10 12:46:53 stelian Exp $";
+ "$Id: tape.c,v 1.42 2001/04/12 13:14:15 stelian Exp $";
#endif /* not lint */
#include <config.h>
doslave(cmd[0], i);
Exit(X_FINOK);
}
+ else
+ close(cmd[0]);
}
#ifdef LINUX_FORK_BUG
#ifndef lint
static const char rcsid[] =
- "$Id: restore.c,v 1.15 2001/04/10 12:46:53 stelian Exp $";
+ "$Id: restore.c,v 1.16 2001/04/12 13:14:15 stelian Exp $";
#endif /* not lint */
#include <config.h>
#ifdef __linux__
#include <sys/param.h>
#include <sys/time.h>
+#include <time.h>
#include <linux/ext2_fs.h>
#include <bsdcompat.h>
#else /* __linux__ */