diff options
Diffstat (limited to 'sys/arch/mips')
-rw-r--r-- | sys/arch/mips/include/ansi.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/mips/include/ansi.h b/sys/arch/mips/include/ansi.h index ee0365611bd..b9354728e50 100644 --- a/sys/arch/mips/include/ansi.h +++ b/sys/arch/mips/include/ansi.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ansi.h,v 1.3 1999/01/27 04:46:04 imp Exp $ */ +/* $OpenBSD: ansi.h,v 1.4 2000/02/22 17:29:13 millert Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -74,4 +74,10 @@ #define _BSD_WINT_T_ int /* wint_t */ #define _BSD_RUNE_T_ int /* rune_t */ +/* + * We describe off_t here so its declaration can be visible to + * stdio without pulling in all of <sys/type.h>, thus appeasing ANSI. + */ +#define _BSD_OFF_T_ long long /* file offset */ + #endif /* !_MIPS_ANSI_H_ */ |