X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=restore%2Frestore.h;h=44bbca301d2262cc427b0880fcb6deeff3a0a25f;hb=0d7af9c5f2cc7d4a97e934692ea8665e09fd5500;hp=a3c2b5566dd02ffe881cda4e597c5ce052103805;hpb=ebcbe7f6c10482913b60fc792e72e494b439b242;p=dump.git diff --git a/restore/restore.h b/restore/restore.h index a3c2b55..44bbca3 100644 --- a/restore/restore.h +++ b/restore/restore.h @@ -4,7 +4,7 @@ * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 * - * $Id: restore.h,v 1.7 2000/01/21 10:17:41 stelian Exp $ + * $Id: restore.h,v 1.8 2000/03/02 11:34:51 stelian Exp $ */ /* @@ -45,6 +45,7 @@ * SUCH DAMAGE. */ +#include /* * Flags */ @@ -78,7 +79,7 @@ extern int compare_ignore_not_found; /* used to compare incremental dumps, */ /* so messages about "not found" files */ /* isn't seen. */ -extern char *filesys; /* name of dumped filesystem */ +extern char filesys[NAMELEN];/* name of dumped filesystem */ /* * Each file in the file system is described by one of these entries