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/alpha/include/_limits.h | 4 ++-- sys/alpha/include/limits.h | 4 ++-- sys/i386/include/_limits.h | 4 ++-- sys/i386/include/limits.h | 4 ++-- sys/ia64/include/_limits.h | 4 ++-- sys/ia64/include/limits.h | 4 ++-- sys/powerpc/include/_limits.h | 4 ++-- sys/powerpc/include/limits.h | 4 ++-- sys/sparc64/include/_limits.h | 4 ++-- sys/sparc64/include/limits.h | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) (limited to 'sys') diff --git a/sys/alpha/include/_limits.h b/sys/alpha/include/_limits.h index 8f433c3..fd45e35 100644 --- a/sys/alpha/include/_limits.h +++ b/sys/alpha/include/_limits.h @@ -82,8 +82,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 on the alpha. Ensure they stay in sync. */ #define UQUAD_MAX (ULONG_MAX) /* max value for a uquad_t */ diff --git a/sys/alpha/include/limits.h b/sys/alpha/include/limits.h index 8f433c3..fd45e35 100644 --- a/sys/alpha/include/limits.h +++ b/sys/alpha/include/limits.h @@ -82,8 +82,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 on the alpha. Ensure they stay in sync. */ #define UQUAD_MAX (ULONG_MAX) /* max value for a uquad_t */ diff --git a/sys/i386/include/_limits.h b/sys/i386/include/_limits.h index 99030ba..0e96312 100644 --- a/sys/i386/include/_limits.h +++ b/sys/i386/include/_limits.h @@ -93,8 +93,8 @@ #if !defined(_POSIX_SOURCE) #define SIZE_T_MAX UINT_MAX /* max value for a size_t */ -#define OFF_T_MAX LLONG_MAX /* max value for a off_t */ -#define OFF_T_MIN LLONG_MIN /* min value for a off_t */ +#define OFF_MAX LLONG_MAX /* max value for a off_t */ +#define OFF_MIN LLONG_MIN /* min value for a off_t */ /* Quads and long longs are the same size. Ensure they stay in sync. */ #define UQUAD_MAX ULLONG_MAX /* max value for a uquad_t */ diff --git a/sys/i386/include/limits.h b/sys/i386/include/limits.h index 99030ba..0e96312 100644 --- a/sys/i386/include/limits.h +++ b/sys/i386/include/limits.h @@ -93,8 +93,8 @@ #if !defined(_POSIX_SOURCE) #define SIZE_T_MAX UINT_MAX /* max value for a size_t */ -#define OFF_T_MAX LLONG_MAX /* max value for a off_t */ -#define OFF_T_MIN LLONG_MIN /* min value for a off_t */ +#define OFF_MAX LLONG_MAX /* max value for a off_t */ +#define OFF_MIN LLONG_MIN /* min value for a off_t */ /* Quads and long longs are the same size. Ensure they stay in sync. */ #define UQUAD_MAX ULLONG_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 */ 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/powerpc/include/_limits.h b/sys/powerpc/include/_limits.h index 887be71..0e96312 100644 --- a/sys/powerpc/include/_limits.h +++ b/sys/powerpc/include/_limits.h @@ -93,8 +93,8 @@ #if !defined(_POSIX_SOURCE) #define SIZE_T_MAX UINT_MAX /* max value for a size_t */ -#define OFF_T_MAX LLONG_MAX /* max value for a off_t */ -#define OFF_T_MIN LLONG_MIN /* min value for a off_t */ +#define OFF_MAX LLONG_MAX /* max value for a off_t */ +#define OFF_MIN LLONG_MIN /* min value for a off_t */ /* Quads and long longs are the same size. Ensure they stay in sync. */ #define UQUAD_MAX ULLONG_MAX /* max value for a uquad_t */ diff --git a/sys/powerpc/include/limits.h b/sys/powerpc/include/limits.h index 887be71..0e96312 100644 --- a/sys/powerpc/include/limits.h +++ b/sys/powerpc/include/limits.h @@ -93,8 +93,8 @@ #if !defined(_POSIX_SOURCE) #define SIZE_T_MAX UINT_MAX /* max value for a size_t */ -#define OFF_T_MAX LLONG_MAX /* max value for a off_t */ -#define OFF_T_MIN LLONG_MIN /* min value for a off_t */ +#define OFF_MAX LLONG_MAX /* max value for a off_t */ +#define OFF_MIN LLONG_MIN /* min value for a off_t */ /* Quads and long longs are the same size. Ensure they stay in sync. */ #define UQUAD_MAX ULLONG_MAX /* max value for a uquad_t */ diff --git a/sys/sparc64/include/_limits.h b/sys/sparc64/include/_limits.h index 3f53b25..b7a8b5b 100644 --- a/sys/sparc64/include/_limits.h +++ b/sys/sparc64/include/_limits.h @@ -74,8 +74,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 on the alpha. Ensure they stay in sync. */ #define UQUAD_MAX (ULONG_MAX) /* max value for a uquad_t */ diff --git a/sys/sparc64/include/limits.h b/sys/sparc64/include/limits.h index 3f53b25..b7a8b5b 100644 --- a/sys/sparc64/include/limits.h +++ b/sys/sparc64/include/limits.h @@ -74,8 +74,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 on the alpha. Ensure they stay in sync. */ #define UQUAD_MAX (ULONG_MAX) /* max value for a uquad_t */ -- cgit v1.1