--- src/usr.sbin/pstat/pstat.c 2007/05/09 04:33:52 1.21 +++ src/usr.sbin/pstat/pstat.c 2008/03/04 18:10:44 1.22 @@ -558,7 +558,7 @@ nfs_print(struct vnode *vp) *flags = '\0'; #define VT np->n_vattr - printf(" %6ld %5s", VT.va_fileid, flagbuf); + printf(" %6ju %5s", (uintmax_t)VT.va_fileid, flagbuf); type = VT.va_mode & S_IFMT; if (S_ISCHR(VT.va_mode) || S_ISBLK(VT.va_mode)) if (usenumflag || ((name = devname((VT.va_rmajor << 8) | VT.va_rminor, type)) == NULL))