X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump%2Ftape.c;h=7851719381ee78f3702acbbe2fc0bc70a2f5c2e7;hp=8cf9ce18b9aab89ed0a95c0db2edbfafe604e83e;hb=a1b67fc50f87e9febfd56bd2a7089eb569b852f6;hpb=43ef843b59f89bb96ebec8647aa23ad43ae6789c diff --git a/dump/tape.c b/dump/tape.c index 8cf9ce1..7851719 100644 --- a/dump/tape.c +++ b/dump/tape.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: tape.c,v 1.35 2001/03/20 09:14:58 stelian Exp $"; + "$Id: tape.c,v 1.36 2001/03/20 10:02:48 stelian Exp $"; #endif /* not lint */ #include @@ -884,7 +884,7 @@ restore_check_point: spcl.c_flags |= DR_NEWHEADER; if (compressed) spcl.c_flags |= DR_COMPRESSED; - writeheader((ino_t)slp->inode); + writeheader((dump_ino_t)slp->inode); spcl.c_flags &=~ DR_NEWHEADER; msg("Volume %d started with block %ld at: %s", tapeno, spcl.c_tapea, ctime(&tstart_volume));