X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=rmt%2Frmt.c;h=fa57853423a2f794ada007fc9592f9bd416adb22;hb=f40dd59c0201c2fd823e1efb8d737fe3399c8fd9;hp=fc1a5d1acc01a2d10ab3c5e3c5b9a8d3eea8c3bc;hpb=df9ae507502f413c72119dde6ea3d35c91dba5bf;p=dump.git diff --git a/rmt/rmt.c b/rmt/rmt.c index fc1a5d1..fa57853 100644 --- a/rmt/rmt.c +++ b/rmt/rmt.c @@ -2,7 +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-2000 */ /* @@ -40,7 +40,7 @@ #ifndef lint static const char rcsid[] = - "$Id: rmt.c,v 1.6 1999/10/13 09:57:22 stelian Exp $"; + "$Id: rmt.c,v 1.9 2000/01/21 10:17:41 stelian Exp $"; #endif /* not linux */ /* @@ -51,18 +51,14 @@ static const char rcsid[] = #include #include #include +#ifndef __linux__ #include +#endif #include #include #include #include -#ifdef __linux__ -#include -#include -#include -#endif - int tape = -1; char *record;