From: Stelian Pop Date: Sun, 7 Nov 1999 18:53:50 +0000 (+0000) Subject: Another glitch for libc5 systems. X-Git-Tag: release_0_4b10~6 X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=commitdiff_plain;h=be0f2f19c7aa733226e9cd9c9597d1c56e279601 Another glitch for libc5 systems. --- 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;