diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-04-30 12:54:27 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-04-30 12:54:27 +0000 |
| commit | 1d252fa4adf70baf4fae4ae7a998ac3d695ed116 (patch) | |
| tree | eaf2a6112734a058518af7222583fc459b55ffa8 | |
| parent | 68c1eb1215e4a63a700f88be07c651c701b77600 (diff) | |
Notes
| -rw-r--r-- | sys/sys/types.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/types.h b/sys/sys/types.h index 219fc2520ce1..134c6baee7c7 100644 --- a/sys/sys/types.h +++ b/sys/sys/types.h @@ -36,14 +36,13 @@ * SUCH DAMAGE. * * @(#)types.h 8.6 (Berkeley) 2/19/95 - * $Id: types.h,v 1.11 1996/03/10 23:35:09 hsu Exp $ + * $Id: types.h,v 1.9 1996/03/11 02:19:02 hsu Exp $ */ #ifndef _SYS_TYPES_H_ #define _SYS_TYPES_H_ #include <sys/cdefs.h> -#include <machine/ansi.h> /* Machine type dependent parameters. */ #include <machine/ansi.h> |
