svn commit: r283630 - head/usr.bin/vmstat

John Baldwin jhb at FreeBSD.org
Wed May 27 19:49:34 UTC 2015


Author: jhb
Date: Wed May 27 19:49:33 2015
New Revision: 283630
URL: https://svnweb.freebsd.org/changeset/base/283630

Log:
  Trim spurious colon.

Modified:
  head/usr.bin/vmstat/vmstat.c

Modified: head/usr.bin/vmstat/vmstat.c
==============================================================================
--- head/usr.bin/vmstat/vmstat.c	Wed May 27 19:28:14 2015	(r283629)
+++ head/usr.bin/vmstat/vmstat.c	Wed May 27 19:49:33 2015	(r283630)
@@ -1445,7 +1445,7 @@ display_object(struct kinfo_vmobject *kv
 		str = "UC-";
 		break;
 #endif
-#ifdef VM_MEMATTR_WB_WA:
+#ifdef VM_MEMATTR_WB_WA
 	case VM_MEMATTR_WB_WA:
 		str = "WB";
 		break;


More information about the svn-src-head mailing list