1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 10:16:53 +02:00

[__DJGPP__]: Add missing typedef for daddr_t.

This commit is contained in:
Jim Meyering
1998-02-19 21:28:38 +00:00
parent 92b49f0da1
commit dcb8db3c82
+5
View File
@@ -34,6 +34,11 @@
# endif
# ifndef NINDIR
# if defined (__DJGPP__)
typedef long daddr_t; /* for disk address */
# endif
/* Some SysV's, like Irix, seem to lack this. Hope it's correct. */
/* Number of inode pointers per indirect block. */
# define NINDIR (BSIZE / sizeof (daddr_t))