summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include/ansi.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/include/ansi.h')
-rw-r--r--sys/arch/vax/include/ansi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/include/ansi.h b/sys/arch/vax/include/ansi.h
index f449725a209..6c8d17f049f 100644
--- a/sys/arch/vax/include/ansi.h
+++ b/sys/arch/vax/include/ansi.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ansi.h,v 1.5 1997/07/05 21:09:14 millert Exp $ */
+/* $OpenBSD: ansi.h,v 1.6 1997/07/07 05:56:43 millert Exp $ */
/* $NetBSD: ansi.h,v 1.5 1996/11/15 22:39:01 jtc Exp $ */
/*-
@@ -54,7 +54,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_ int32_t /* time() */
+#define _BSD_TIME_T_ int /* time() */
#define _BSD_VA_LIST_ char * /* va_list */
#define _BSD_WCHAR_T_ int /* wchar_t */
#define _BSD_WINT_T_ int /* wint_t */