afs: Use 64-bit inode numbers
[openafs.git] / src / afs / IRIX / osi_idbg.c
index 3694053..173be4b 100644 (file)
@@ -106,7 +106,7 @@ idbg_afsvfslist()
     struct vcache *tvc;
     struct afs_q *tq;
     struct afs_q *uq;
-    afs_int32 nodeid;          /* what ls prints as 'inode' */
+    ino_t nodeid;              /* what ls prints as 'inode' */
 
     AFS_GLOCK();
     for (tq = VLRU.prev; tq != &VLRU; tq = uq) {