diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-05-29 04:46:07 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-05-29 04:46:07 +0000 |
| commit | aa9d665431cb4ab2ec9fb790bfd72adf25a20587 (patch) | |
| tree | fc4e20943a8111fc798154a5b9d0a1f6eb9350b4 | |
| parent | 0228905ae4e22e64cd7db719a2f3ecf6e1f43085 (diff) | |
Notes
| -rw-r--r-- | sys/sys/systm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h index 88a65b5a23aa..50f910a6aee8 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -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 *)); |
