X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=dump%2Ftape.c;h=925c088b89e97b99cfeda7e022efad1d75a4bdd2;hb=24ea1fb9476491486fa7907bdaceb85f447149ff;hp=45828a52f742e782b48582be691317487a9e8070;hpb=365a7c7c86abbe2b0a1e76e4e9fc8523bd73a8a1;p=dump.git diff --git a/dump/tape.c b/dump/tape.c index 45828a5..925c088 100644 --- a/dump/tape.c +++ b/dump/tape.c @@ -40,7 +40,7 @@ #ifndef lint static const char rcsid[] = - "$Id: tape.c,v 1.17 2000/03/10 10:03:09 stelian Exp $"; + "$Id: tape.c,v 1.18 2000/03/11 15:29:01 stelian Exp $"; #endif /* not lint */ #ifdef __linux__ @@ -488,14 +488,13 @@ trewind(void) rmtclose(); } else -#else +#endif { (void) close(tapefd); while ((f = open(tape, 0)) < 0) sleep (10); (void) close(f); } -#endif eot_code = 1; if (eot_script) { msg("Launching %s\n", eot_script);