diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2000-09-12 21:42:58 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2000-09-12 21:42:58 +0000 |
| commit | cbd8ecd6ac6068a98afafb0a5ece7ea718cb45fe (patch) | |
| tree | e0e2df653ed5ace9e9fb8e80161e5c2874f22516 /sbin/restore | |
| parent | a708ce6fa362fe2be5ab3df3bfa959835397a075 (diff) | |
Notes
Diffstat (limited to 'sbin/restore')
| -rw-r--r-- | sbin/restore/tape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c index 21ac8b11294f..602ce61a81aa 100644 --- a/sbin/restore/tape.c +++ b/sbin/restore/tape.c @@ -497,7 +497,7 @@ setdumpnum() rmtioctl(MTFSF, dumpnum - 1); else #endif - if (ioctl(mt, (int)MTIOCTOP, (char *)&tcom) < 0) + if (ioctl(mt, MTIOCTOP, (char *)&tcom) < 0) fprintf(stderr, "ioctl MTFSF: %s\n", strerror(errno)); } |
