diff --git a/sys/arch/mips/include/ansi.h b/sys/arch/mips/include/ansi.h index 463cbd3c4387..2762318deb64 100644 --- a/sys/arch/mips/include/ansi.h +++ b/sys/arch/mips/include/ansi.h @@ -1,4 +1,4 @@ -/* $NetBSD: ansi.h,v 1.28 2011/07/17 20:54:43 joerg Exp $ */ +/* $NetBSD: ansi.h,v 1.29 2015/06/17 13:52:51 matt Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -46,7 +46,7 @@ * #undef _BSD_SIZE_T_ * #endif */ -#define _BSD_CLOCK_T_ unsigned long /* clock() */ +#define _BSD_CLOCK_T_ unsigned int /* clock() */ #ifndef __mips_o32 #define _BSD_PTRDIFF_T_ long /* ptr1 - ptr2 */ #define _BSD_SIZE_T_ unsigned long /* sizeof() */ diff --git a/sys/arch/powerpc/include/ansi.h b/sys/arch/powerpc/include/ansi.h index 5f792b11ec9d..8febc4742298 100644 --- a/sys/arch/powerpc/include/ansi.h +++ b/sys/arch/powerpc/include/ansi.h @@ -1,4 +1,4 @@ -/* $NetBSD: ansi.h,v 1.29 2011/07/17 20:54:45 joerg Exp $ */ +/* $NetBSD: ansi.h,v 1.30 2015/06/17 13:52:51 matt Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -46,7 +46,7 @@ * #undef _BSD_SIZE_T_ * #endif */ -#define _BSD_CLOCK_T_ unsigned long /* clock() */ +#define _BSD_CLOCK_T_ unsigned int /* clock() */ #ifdef _LP64 #define _BSD_PTRDIFF_T_ long /* ptr1 - ptr2 */ #define _BSD_SIZE_T_ unsigned long /* sizeof() */