]> git.wh0rd.org - dump.git/blobdiff - restore/symtab.c
noos -> popies.net
[dump.git] / restore / symtab.c
index 2e157f4ab4814903bf1f044bdcafc46ca625234f..9eb9dc093545a453bf56d976c017063ec44754e0 100644 (file)
@@ -2,8 +2,8 @@
  *     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@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 2000-2002
  */
 
 /*
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: symtab.c,v 1.15 2001/05/12 11:36:12 stelian Exp $";
+       "$Id: symtab.c,v 1.17 2002/01/16 09:32:14 stelian Exp $";
 #endif /* not lint */
 
 /*
@@ -60,7 +60,11 @@ static const char rcsid[] =
 #ifdef __linux__
 #include <sys/time.h>
 #include <time.h>
+#ifdef HAVE_EXT2FS_EXT2_FS_H
+#include <ext2fs/ext2_fs.h>
+#else
 #include <linux/ext2_fs.h>
+#endif
 #include <bsdcompat.h>
 #else  /* __linux__ */
 #include <ufs/ufs/dinode.h>