]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] ia64: correct ino_t to be 64 bits wide
authorNathan Scott <nathans@sgi.com>
Wed, 15 Oct 2003 03:17:22 +0000 (20:17 -0700)
committerDavid Mosberger <davidm@tiger.hpl.hp.com>
Wed, 15 Oct 2003 03:17:22 +0000 (20:17 -0700)
This brings the kernel in sync with glibc (and all other 64-bit platforms
other than Alpha and S390x).  This fixes ustat() and breaks nfsctl_export,
but the latter is a deprecated interface anyhow (newer versions of
nfsutils use "exportfs" instead).

include/asm-ia64/posix_types.h

index 59a50b0e4e38202c20088b629e7ad2ec986c6b8d..a6ebf79d0fe4db9d14269d20af328806ad240f1f 100644 (file)
@@ -10,7 +10,7 @@
  *     David Mosberger-Tang <davidm@hpl.hp.com>
  */
 
-typedef unsigned int   __kernel_ino_t;
+typedef unsigned long  __kernel_ino_t;
 typedef unsigned int   __kernel_mode_t;
 typedef unsigned int   __kernel_nlink_t;
 typedef long           __kernel_off_t;