summaryrefslogtreecommitdiff
path: root/sys/arch/vax
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/include/_types.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/vax/include/_types.h b/sys/arch/vax/include/_types.h
index bd1950c34f2..32e90e3a2ee 100644
--- a/sys/arch/vax/include/_types.h
+++ b/sys/arch/vax/include/_types.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: _types.h,v 1.21 2014/03/19 05:14:13 guenther Exp $ */
+/* $OpenBSD: _types.h,v 1.22 2015/09/26 16:01:00 guenther Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -63,9 +63,7 @@ typedef short __int16_t;
typedef unsigned short __uint16_t;
typedef int __int32_t;
typedef unsigned int __uint32_t;
-/* LONGLONG */
typedef long long __int64_t;
-/* LONGLONG */
typedef unsigned long long __uint64_t;
/* 7.18.1.2 Minimum-width integer types */