forward declare struct timeval so that pcibus.c doesn't get a warning.

(it doesn't #include <sys/time.h> since it doesn't need it)
This commit is contained in:
peter 1997-05-29 04:46:07 +00:00
parent 187a299eb3
commit 64d150aea5

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)systm.h 8.7 (Berkeley) 3/29/95
* $Id$
* $Id: systm.h,v 1.50 1997/02/22 09:46:06 peter Exp $
*/
#ifndef _SYS_SYSTM_H_
@ -122,6 +122,7 @@ int fuword __P((const void *base));
int suword __P((void *base, int word));
int susword __P((void *base, int word));
struct timeval;
int hzto __P((struct timeval *tv));
void realitexpire __P((void *));