]> git.wh0rd.org - dump.git/blobdiff - compat/include/bsdcompat.h
Update the location of dump home page (to the sourceforge one).
[dump.git] / compat / include / bsdcompat.h
index 8c367748384dac4078d2ed32816ae8225c07676a..8aad39790066845569e9338e6ec39c65d9a26e0e 100644 (file)
@@ -2,9 +2,9 @@
  *     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
  *
- *     $Id: bsdcompat.h,v 1.7 1999/10/22 18:12:32 tiniou Exp $
+ *     $Id: bsdcompat.h,v 1.9 2000/01/21 10:17:41 stelian Exp $
  */
 
 #include <config.h>
@@ -127,6 +127,10 @@ struct dinode {
 #define DT_SOCK                12
 #endif
 
+#ifndef d_fileno
+#define d_fileno d_ino
+#endif
+
 struct direct {
        __u32   d_ino;
        __u16   d_reclen;