X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=rmt%2Frmt.c;h=d1f801fbf9be7f7e8c8dfb1e6b624f2a7cf23c73;hb=d6967896bc4e18f9b4359a2ef5be5c0f1bcc456a;hp=7e79dfb2caaf2f9bd5700bf3a8bde91341472473;hpb=8d4197bb9ba5bbcef21409231ed8903b0cac353a;p=dump.git diff --git a/rmt/rmt.c b/rmt/rmt.c index 7e79dfb..d1f801f 100644 --- a/rmt/rmt.c +++ b/rmt/rmt.c @@ -2,8 +2,8 @@ * 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 + * Stelian Pop - AlcĂ´ve , 2000 */ /* @@ -40,39 +40,27 @@ */ #ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 1983, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)rmt.c 8.1 (Berkeley) 6/6/93"; -#endif static const char rcsid[] = - "$Id: rmt.c,v 1.4 1999/10/11 13:08:11 stelian Exp $"; -#endif /* not lint */ + "$Id: rmt.c,v 1.12 2000/12/21 11:14:54 stelian Exp $"; +#endif /* not linux */ /* * rmt */ +#include #include #include #include #include #include +#ifndef __linux__ #include +#endif #include #include #include #include -#ifdef __linux__ -#include -#include -#include -#endif - int tape = -1; char *record;