Date: Thu, 7 Jul 2005 19:17:55 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_misc.c Message-ID: <200507071917.j67JHtsr084946@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-07-07 19:17:55 UTC FreeBSD src repository Modified files: sys/compat/linux linux_misc.c Log: Fix the computation of uptime for linux_sysinfo(). Before it was returning the uptime in seconds mod 60 which wasn't very useful. Approved by: re (scottl) Revision Changes Path 1.170 +3 -15 src/sys/compat/linux/linux_misc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507071917.j67JHtsr084946>