-$Id: CHANGES,v 1.7 1999/10/18 09:47:58 tiniou Exp $
+$Id: CHANGES,v 1.8 1999/10/22 18:12:25 tiniou Exp $
Changes between versions 0.4b7 and 0.4b8 (released ???????????????)
===================================================================
a va_start/va_end problem on linux-ppc (always call va_start
va_end in pairs each time we use a vararg function).
+4. Added again the DT_* constants because old libc does not
+ contain them :(. Thanks to Eric Maisonobe <virnet@nat.fr>
+ for submitting the bug report.
+
Changes between versions 0.4b6 and 0.4b7 (released October 8, 1999)
===================================================================
-$Id: THANKS,v 1.6 1999/10/18 09:47:58 tiniou Exp $
+$Id: THANKS,v 1.7 1999/10/22 18:12:26 tiniou Exp $
Dump and restore were written by the people of the CSRG at the University
of California, Berkeley.
Klaus Kudielka kkudielk@cacofonix.nt.tuwien.ac.at
Florian La Roche florian@jurix.jura.uni-sb.de
Greg Lutz greglutz@ix.netcom.com
+Eric Maisonobe virnet@nat.fr
David Miller davem@caip.rutgers.edu
David Monro davidm@cs.su.oz.au
Lukas Nellen L.Nellen@ThPhys.Uni-Heidelberg.DE
* Remy Card <card@Linux.EU.Org>, 1994-1997
* Stelian Pop <pop@cybercable.fr>, 1999
*
- * $Id: bsdcompat.h,v 1.6 1999/10/13 09:57:18 stelian Exp $
+ * $Id: bsdcompat.h,v 1.7 1999/10/22 18:12:32 tiniou Exp $
*/
#include <config.h>
#define MAXNAMLEN 255
#endif
+/*
+ * For old libc.
+ */
+#ifndef DT_UNKNOWN
+#define DT_UNKNOWN 0
+#define DT_FIFO 1
+#define DT_CHR 2
+#define DT_DIR 4
+#define DT_BLK 6
+#define DT_REG 8
+#define DT_LNK 10
+#define DT_SOCK 12
+#endif
+
struct direct {
__u32 d_ino;
__u16 d_reclen;