]> git.wh0rd.org - dump.git/blobdiff - restore/restore.c
Check for 'file system full' when creating temporary files.
[dump.git] / restore / restore.c
index fe6c2ccd3454b0377dd2a994d5c26d3389c840db..3d38150590016867e01c0b6eff60d1f5e90aefe3 100644 (file)
@@ -2,7 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - AlcĂ´ve <www.alcove.fr>, 2000
  */
 
 /*
@@ -40,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: restore.c,v 1.10 2000/08/20 15:17:36 stelian Exp $";
+       "$Id: restore.c,v 1.12 2000/12/04 15:43:17 stelian Exp $";
 #endif /* not lint */
 
 #include <sys/types.h>