fix it one more time....
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sat, 28 May 1983 03:14:22 +0000 (19:14 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sat, 28 May 1983 03:14:22 +0000 (19:14 -0800)
SCCS-vsn: usr.bin/w/w.c 4.12

usr/src/usr.bin/w/w.c

index 83c8088..b6a3fca 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)w.c 4.11 (Berkeley) %G%";
+static char *sccsid = "@(#)w.c 4.12 (Berkeley) %G%";
 #endif
 /*
  * w - print system status (who and what)
 #endif
 /*
  * w - print system status (who and what)
@@ -341,9 +341,9 @@ putline()
 
        if (lflag) {
                /* print CPU time for all processes & children */
 
        if (lflag) {
                /* print CPU time for all processes & children */
-               prttime(DIV60(jobtime)," ");
+               prttime(jobtime," ");
                /* print cpu time for interesting process */
                /* print cpu time for interesting process */
-               prttime(DIV60(proctime)," ");
+               prttime(proctime," ");
        }
 
        /* what user is doing, either command tail or args */
        }
 
        /* what user is doing, either command tail or args */