From cc46846e928d590a18b99f4ef5b61957136d37d0 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 14 Dec 2005 16:30:04 +0000 Subject: Make clock_t consistent across platforms as a 32 bit int. OK deraadt@ --- sys/arch/m68k/include/ansi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/m68k/include/ansi.h') diff --git a/sys/arch/m68k/include/ansi.h b/sys/arch/m68k/include/ansi.h index f068d138d80..cae10d363ea 100644 --- a/sys/arch/m68k/include/ansi.h +++ b/sys/arch/m68k/include/ansi.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ansi.h,v 1.9 2005/04/14 20:56:24 espie Exp $ */ +/* $OpenBSD: ansi.h,v 1.10 2005/12/14 16:30:03 millert Exp $ */ /* $NetBSD: ansi.h,v 1.7 1996/11/15 22:38:52 jtc Exp $ */ /*- @@ -44,7 +44,7 @@ * #undef _BSD_SIZE_T_ * #endif */ -#define _BSD_CLOCK_T_ unsigned long /* clock() */ +#define _BSD_CLOCK_T_ int /* clock() */ #define _BSD_PTRDIFF_T_ int /* ptr1 - ptr2 */ #define _BSD_SIZE_T_ unsigned int /* sizeof() */ #define _BSD_SSIZE_T_ int /* byte count or error */ -- cgit v1.2.3