ansify function declaration, no binary change.

This commit is contained in:
Jasper Lievisse Adriaanse
2011-07-11 15:05:06 +02:00
parent 32833323d9
commit 4c9a161eb5

View File

@@ -1,4 +1,4 @@
/* $OpenBSD: proctime.c,v 1.4 2011/05/31 14:02:26 jasper Exp $ */
/* $OpenBSD: proctime.c,v 1.5 2011/07/10 15:29:26 jasper Exp $ */
/* Copyright (C) 1998-99 Martin Baulig
This file is part of LibGTop 1.0.
@@ -66,11 +66,8 @@ _glibtop_init_proc_time_p (glibtop *server)
*/
static void
calcru(p, up, sp, ip)
struct proc *p;
struct timeval *up;
struct timeval *sp;
struct timeval *ip;
calcru(struct proc *p, struct timeval *up, struct timeval *sp,
struct timeval *ip)
{
quad_t totusec;
u_quad_t u, st, ut, it, tot;