X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=rmt%2Frmt.c;h=f52c36ba8b602b38c632457a4cd9b5fc9adee081;hb=c930abff2469b9571a22fc49d16f50f36f5a9301;hp=590bbc4a840360dd8409236c45d3c907c0f63f37;hpb=ec387a1267f4cac7625cd5b6d1c1f080d39085b3;p=dump.git diff --git a/rmt/rmt.c b/rmt/rmt.c index 590bbc4..f52c36b 100644 --- a/rmt/rmt.c +++ b/rmt/rmt.c @@ -2,8 +2,7 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999 - * + * Stelian Pop , 1999 */ /* @@ -37,10 +36,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: rmt.c,v 1.5 1999/10/11 13:31:14 stelian Exp $ */ +#ifndef lint +static const char rcsid[] = + "$Id: rmt.c,v 1.8 1999/11/21 02:24:47 tiniou Exp $"; +#endif /* not linux */ + /* * rmt */ @@ -49,18 +51,14 @@ #include #include #include +#ifndef __linux__ #include +#endif #include #include #include #include -#ifdef __linux__ -#include -#include -#include -#endif - int tape = -1; char *record;