X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=restore%2Ftape.c;h=4b4f7362ccf6a97713c9edcfd7b8e315cf1f543a;hb=fe2467631ccd7c469eee861bba0a339141233e2c;hp=c46394bd0545257354db36cfeef8f61ec6524c42;hpb=ab28ebd489d7380f23e38705f2ce4c8385575d5e;p=dump.git diff --git a/restore/tape.c b/restore/tape.c index c46394b..4b4f736 100644 --- a/restore/tape.c +++ b/restore/tape.c @@ -46,7 +46,7 @@ #ifndef lint static const char rcsid[] = - "$Id: tape.c,v 1.49 2001/12/24 12:31:12 stelian Exp $"; + "$Id: tape.c,v 1.50 2001/12/24 15:53:41 stelian Exp $"; #endif /* not lint */ #include @@ -97,7 +97,7 @@ int noresyncmesg = 0; #endif /* USE_QFA */ static long fssize = MAXBSIZE; static int mt = -1; -static int pipein = 0; +int pipein = 0; static int magtapein = 0; /* input is from magtape */ static char magtape[MAXPATHLEN]; static char magtapeprefix[MAXPATHLEN];