--- resuse.h.orig 2009-07-22 14:22:08.000000000 +0000 +++ resuse.h 2009-07-22 14:25:13.000000000 +0000 @@ -36,20 +36,7 @@ struct timeval # include #else # define TV_MSEC tv_usec / 1000 -# if HAVE_WAIT3 -# include -# else -/* Process resource usage structure. */ -struct rusage -{ - struct timeval ru_utime; /* User time used. */ - struct timeval ru_stime; /* System time used. */ - int ru_maxrss, ru_ixrss, ru_idrss, ru_isrss, - ru_minflt, ru_majflt, ru_nswap, ru_inblock, - ru_oublock, ru_msgsnd, ru_msgrcv, ru_nsignals, - ru_nvcsw, ru_nivcsw; -}; -# endif +# include #endif /* Information on the resources used by a child process. */