From 23ff11156cc73e299056426ad4cc7e53538d0f34 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Mon, 13 Jul 1998 18:51:48 +0000 Subject: _BSD_TIME_T_ is int, not long --- sys/arch/hppa/include/ansi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/hppa/include/ansi.h b/sys/arch/hppa/include/ansi.h index 85efa95a377..6fb7f322615 100644 --- a/sys/arch/hppa/include/ansi.h +++ b/sys/arch/hppa/include/ansi.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ansi.h,v 1.1 1998/06/23 19:45:19 mickey Exp $ */ +/* $OpenBSD: ansi.h,v 1.2 1998/07/13 18:51:47 mickey Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -51,7 +51,7 @@ #define _BSD_PTRDIFF_T_ int /* ptr1 - ptr2 */ #define _BSD_SIZE_T_ unsigned int /* sizeof() */ #define _BSD_SSIZE_T_ int /* byte count or error */ -#define _BSD_TIME_T_ long /* time() */ +#define _BSD_TIME_T_ int /* time() */ #define _BSD_VA_LIST_ double * /* va_list */ #define _BSD_CLOCKID_T_ int #define _BSD_TIMER_T_ int -- cgit v1.2.3