From 72607dee2d6539d30cfb063eedf9b08cea553bff Mon Sep 17 00:00:00 2001 From: Matthew Dempsky Date: Wed, 6 Jul 2011 00:37:14 +0000 Subject: Make alpha consistent with our other architectures by using "long long" for __off_t. This is a C++ ABI bump, but martynas@ already bumped libstdc++. Discussed and requested by many on icb. --- sys/arch/alpha/include/_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/alpha/include/_types.h b/sys/arch/alpha/include/_types.h index 47a9f374a9a..9d3d0d02814 100644 --- a/sys/arch/alpha/include/_types.h +++ b/sys/arch/alpha/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.12 2011/03/23 16:54:33 pirofti Exp $ */ +/* $OpenBSD: _types.h,v 1.13 2011/07/06 00:37:13 matthew Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -95,7 +95,7 @@ typedef int __clock_t; typedef int __clockid_t; typedef double __double_t; typedef float __float_t; -typedef long __off_t; +typedef long long __off_t; typedef long __ptrdiff_t; typedef unsigned long __size_t; typedef long __ssize_t; -- cgit v1.2.3