PERFORCE change 152231 for review

Peter Wemm peter at FreeBSD.org
Thu Oct 30 11:12:18 PDT 2008


http://perforce.freebsd.org/chv.cgi?CH=152231

Change 152231 by peter at peter_daintree on 2008/10/30 18:11:43

	Aargh. Commit right version.

Affected files ...

.. //depot/projects/hammer/usr.bin/procstat/procstat_vm.c#5 edit

Differences ...

==== //depot/projects/hammer/usr.bin/procstat/procstat_vm.c#5 (text+ko) ====

@@ -51,7 +51,7 @@
 	if (!hflag)
 		printf("%5s %*s %*s %3s %4s %4s %3s %3s %2s %-2s %*s %8s %8s %-s\n",
 		    "PID", ptrwidth, "START", ptrwidth, "END", "PRT", "RES",
-		    "PRES", "REF", "SHD", "FL", "TP", offwidth, "OFFSET", "DEV", "FILEID", "PATH");
+		    "PRES", "REF", "SHD", "FL", "TP", offwidth, "OFFSET", "FSID", "FILEID", "PATH");
 
 	name[0] = CTL_KERN;
 	name[1] = KERN_PROC;
@@ -127,7 +127,7 @@
 		}
 		printf("%-2s ", str);
 		printf("%#*llx ", offwidth, (unsigned long long)kve->kve_offset);
-		printf("%#8lx ", (unsigned long)kve->kve_rdev);
+		printf("%#8lx ", (unsigned long)kve->kve_fsid);
 		printf("%8lld ", (unsigned long long)kve->kve_fileid);
 		printf("%-s\n", kve->kve_path);
 	}


More information about the p4-projects mailing list