From 2675b7e4e49e15e19fd52ca762aea486338ba07c Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 15 Aug 2001 19:50:59 +0000 Subject: OFF_T -> OFF (more standard style) --- sys/ia64/include/_limits.h | 4 ++-- sys/ia64/include/limits.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/ia64') diff --git a/sys/ia64/include/_limits.h b/sys/ia64/include/_limits.h index aa5b7e9..b173899 100644 --- a/sys/ia64/include/_limits.h +++ b/sys/ia64/include/_limits.h @@ -80,8 +80,8 @@ #if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) #define SIZE_T_MAX ULONG_MAX /* max value for a size_t */ -#define OFF_T_MAX LONG_MAX /* max value for a off_t */ -#define OFF_T_MIN LONG_MIN /* min value for a off_t */ +#define OFF_MAX LONG_MAX /* max value for a off_t */ +#define OFF_MIN LONG_MIN /* min value for a off_t */ /* Quads and longs are the same. Ensure they stay in sync. */ #define UQUAD_MAX (ULONG_MAX) /* max value for a uquad_t */ diff --git a/sys/ia64/include/limits.h b/sys/ia64/include/limits.h index aa5b7e9..b173899 100644 --- a/sys/ia64/include/limits.h +++ b/sys/ia64/include/limits.h @@ -80,8 +80,8 @@ #if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) #define SIZE_T_MAX ULONG_MAX /* max value for a size_t */ -#define OFF_T_MAX LONG_MAX /* max value for a off_t */ -#define OFF_T_MIN LONG_MIN /* min value for a off_t */ +#define OFF_MAX LONG_MAX /* max value for a off_t */ +#define OFF_MIN LONG_MIN /* min value for a off_t */ /* Quads and longs are the same. Ensure they stay in sync. */ #define UQUAD_MAX (ULONG_MAX) /* max value for a uquad_t */ -- cgit v1.1