diff options
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/include/_types.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/vax/include/_types.h b/sys/arch/vax/include/_types.h index f344ca7e818..f36d8f2fd63 100644 --- a/sys/arch/vax/include/_types.h +++ b/sys/arch/vax/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.1 2006/01/06 18:50:10 millert Exp $ */ +/* $OpenBSD: _types.h,v 1.2 2006/01/13 17:50:06 millert Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -94,9 +94,9 @@ typedef unsigned long __psize_t; typedef int __clock_t; typedef int __clockid_t; typedef long long __off_t; -typedef int __ptrdiff_t; -typedef unsigned int __size_t; -typedef int __ssize_t; +typedef long __ptrdiff_t; +typedef unsigned long __size_t; +typedef long __ssize_t; typedef int __time_t; typedef int __timer_t; #if defined(__GNUC__) && __GNUC__ >= 3 |