Typo? Why did this work, anyway?
diff --git a/apps/apps.c b/apps/apps.c
index d2b0c56..7bac3f3 100644
--- a/apps/apps.c
+++ b/apps/apps.c
@@ -2602,7 +2602,7 @@
 	struct timeval	now;
 	static struct timeval tmstart;
 
-	if (usertime)		getrusage(RUSAGE_SELF,&rus), now = rus.ru_time;
+	if (usertime)		getrusage(RUSAGE_SELF,&rus), now = rus.ru_utime;
 	else			gettimeofday(&now,NULL);
 
 	if (stop==TM_START)	tmstart = now;