(__ino64_t): Change to __u_quad_t.
authorUlrich Drepper <drepper@redhat.com>
Sat, 12 Aug 2000 05:07:57 +0000 (05:07 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 12 Aug 2000 05:07:57 +0000 (05:07 +0000)
sysdeps/unix/sysv/linux/mips/bits/types.h

index 6bb07e7..379f2bc 100644 (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;