diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-04-04 18:56:54 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-04-04 18:56:54 +0000 |
| commit | cc6447a365e8af981c9966ec0226dc62938067eb (patch) | |
| tree | ad04cfa6726a4f507ee16d33faa1ae5b02ab53c5 /sys/i386/linux/linux_misc.c | |
| parent | 91ad39c6b3227001c5b600b88ffa9fc797bb6581 (diff) | |
Notes
Diffstat (limited to 'sys/i386/linux/linux_misc.c')
| -rw-r--r-- | sys/i386/linux/linux_misc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/i386/linux/linux_misc.c b/sys/i386/linux/linux_misc.c index 2ee3cb269fdb..0a6277a52e7b 100644 --- a/sys/i386/linux/linux_misc.c +++ b/sys/i386/linux/linux_misc.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_misc.c,v 1.34 1998/02/25 05:33:06 bde Exp $ + * $Id: linux_misc.c,v 1.35 1998/03/30 09:49:34 phk Exp $ */ #include <sys/param.h> @@ -694,8 +694,7 @@ linux_times(struct proc *p, struct linux_times_args *args) sizeof(struct linux_times_argv)))) return error; - microtime(&tv); - timevalsub(&tv, &boottime); + microruntime(&tv); p->p_retval[0] = (int)CONVTCK(tv); return 0; } |
