X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=compat%2Finclude%2Fbsdcompat.h;h=223db8e1bf4b4f7a830485908deeda944e5dcbf6;hp=8c367748384dac4078d2ed32816ae8225c07676a;hb=be0f2f19c7aa733226e9cd9c9597d1c56e279601;hpb=5c1faba5e99fac913e675f93b5afb847d87cc60a diff --git a/compat/include/bsdcompat.h b/compat/include/bsdcompat.h index 8c36774..223db8e 100644 --- a/compat/include/bsdcompat.h +++ b/compat/include/bsdcompat.h @@ -4,7 +4,7 @@ * Remy Card , 1994-1997 * Stelian Pop , 1999 * - * $Id: bsdcompat.h,v 1.7 1999/10/22 18:12:32 tiniou Exp $ + * $Id: bsdcompat.h,v 1.8 1999/11/07 18:53:50 tiniou Exp $ */ #include @@ -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;