X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Frestore.h;h=bf6284b126c986950fc50c75284b94fafad0ec6e;hp=0dea9cad3c8612211e78672b04bc22a4436efdc5;hb=0556ca2241619d3aded24726dfe34a511da39d52;hpb=e1abc9ce25132eef1239047a071c2c1d4822dd9f diff --git a/restore/restore.h b/restore/restore.h index 0dea9ca..bf6284b 100644 --- a/restore/restore.h +++ b/restore/restore.h @@ -5,7 +5,7 @@ * Stelian Pop , 1999-2000 * Stelian Pop - AlcĂ´ve , 2000-2002 * - * $Id: restore.h,v 1.27 2003/03/30 15:40:40 stelian Exp $ + * $Id: restore.h,v 1.29 2004/04/13 13:04:33 stelian Exp $ */ /* @@ -64,6 +64,7 @@ extern int uflag; /* unlink symlink targets */ extern int vflag; /* print out actions taken */ extern int yflag; /* always try to recover from tape errors */ extern int zflag; /* tape is in compressed format */ +extern int ufs2flag; /* tape is a FreeBSD UFS2 dump */ extern char* bot_script; /* beginning of tape script */ /* * Global variables @@ -180,6 +181,11 @@ extern int gTapeposfd; extern int createtapeposflag; extern unsigned long qfadumpdate; extern long long curtapepos; +#ifdef sunos +int fdsmtc; +long scsiid; +char smtcpath[2048]; +#endif #endif /* USE_QFA */ #define do_compare_error \