]> git.wh0rd.org - dump.git/blobdiff - rmt/rmt.c
Restrict usage on -e option (prevent array overflow with many -e and prevent excludin...
[dump.git] / rmt / rmt.c
index 7d55b2d60c3c1577d157e67147e93a8a82203f98..fa57853423a2f794ada007fc9592f9bd416adb22 100644 (file)
--- 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 <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@cybercable.fr>, 1999 
+ *     Stelian Pop <pop@cybercable.fr>, 1999-2000
  */
 
 /*
@@ -40,7 +40,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: rmt.c,v 1.7 1999/11/11 16:14:01 tiniou Exp $";
+       "$Id: rmt.c,v 1.9 2000/01/21 10:17:41 stelian Exp $";
 #endif /* not linux */
 
 /*
@@ -59,12 +59,6 @@ static const char rcsid[] =
 #include <string.h>
 #include <unistd.h>
 
-#ifdef __linux__
-#include <linux/ext2_fs.h>
-#include <ext2fs/ext2fs.h>
-#include <bsdcompat.h>
-#endif
-
 int    tape = -1;
 
 char   *record;