From 9798ee2f93a94f05d37ceb446355ea430eaefbea Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 5 Jul 1997 21:09:16 +0000 Subject: Make _BSD_TIME_T_ int32_t on all platforms. You can't write lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others). --- sys/arch/alpha/include/ansi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/alpha/include/ansi.h') diff --git a/sys/arch/alpha/include/ansi.h b/sys/arch/alpha/include/ansi.h index 53be898c720..e080cb6a6f0 100644 --- a/sys/arch/alpha/include/ansi.h +++ b/sys/arch/alpha/include/ansi.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ansi.h,v 1.6 1997/01/24 19:57:06 niklas Exp $ */ +/* $OpenBSD: ansi.h,v 1.7 1997/07/05 21:09:07 millert Exp $ */ /* $NetBSD: ansi.h,v 1.6 1996/11/15 22:38:45 jtc Exp $ */ /*- @@ -52,7 +52,7 @@ #define _BSD_PTRDIFF_T_ long /* ptr1 - ptr2 */ #define _BSD_SIZE_T_ unsigned long /* sizeof() */ #define _BSD_SSIZE_T_ long /* byte count or error */ -#define _BSD_TIME_T_ int /* time() */ +#define _BSD_TIME_T_ int32_t /* time() */ typedef struct { char *base; int offset; -- cgit v1.2.3