From: Ulrich Drepper Date: Sat, 12 Aug 2000 05:07:57 +0000 (+0000) Subject: (__ino64_t): Change to __u_quad_t. X-Git-Tag: glibc-2.16-ports-before-merge~2294 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c27fb615e4930653708a637991137e8d44674c6;p=thirdparty%2Fglibc.git (__ino64_t): Change to __u_quad_t. --- diff --git a/sysdeps/unix/sysv/linux/mips/bits/types.h b/sysdeps/unix/sysv/linux/mips/bits/types.h index 6bb07e7b135..379f2bcd32e 100644 --- a/sysdeps/unix/sysv/linux/mips/bits/types.h +++ b/sysdeps/unix/sysv/linux/mips/bits/types.h @@ -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;