Skip to content
Snippets Groups Projects
Commit 8e40b941 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

warning removed

Rev: src/rusage.c:1.11
parent d20354ae
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include <errno.h> #include <errno.h>
#include "rusage.h" #include "rusage.h"
RCSID("$Id: rusage.c,v 1.10 1998/03/28 15:00:50 grubba Exp $"); RCSID("$Id: rusage.c,v 1.11 1998/06/10 19:23:30 hubbe Exp $");
#ifdef HAVE_SYS_TIMES_H #ifdef HAVE_SYS_TIMES_H
#include <sys/times.h> #include <sys/times.h>
...@@ -33,6 +33,8 @@ static INT32 rusage_values[30]; ...@@ -33,6 +33,8 @@ static INT32 rusage_values[30];
#ifdef GETRUSAGE_THROUGH_PROCFS #ifdef GETRUSAGE_THROUGH_PROCFS
#include <sys/procfs.h> #include <sys/procfs.h>
#include "fdlib.h"
static INLINE int get_time_int(timestruc_t * val) static INLINE int get_time_int(timestruc_t * val)
{ {
return val->tv_sec * 1000 + val->tv_nsec / 1000000; return val->tv_sec * 1000 + val->tv_nsec / 1000000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment