(__ino64_t): Change to __u_quad_t.

This commit is contained in:
Ulrich Drepper 2000-08-12 05:07:57 +00:00
parent 3579fe4e8a
commit 7c27fb615e

View file

@ -137,7 +137,7 @@ typedef __u_long __fsfilcnt_t;
typedef __u_quad_t __fsfilcnt64_t;
/* Type of file serial numbers. */
typedef __u_long __ino64_t;
typedef __u_quad_t __ino64_t;
/* Type of file sizes and offsets. */
typedef __loff_t __off64_t;