summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-08-15 19:50:59 +0000
committerache <ache@FreeBSD.org>2001-08-15 19:50:59 +0000
commit2675b7e4e49e15e19fd52ca762aea486338ba07c (patch)
tree198dcf316fcd1feab8b94b9f89d86f1f24c71f83 /sys/ia64
parente9e129df6a008382bb2082ca81333ec8c0b5b837 (diff)
downloadFreeBSD-src-2675b7e4e49e15e19fd52ca762aea486338ba07c.zip
FreeBSD-src-2675b7e4e49e15e19fd52ca762aea486338ba07c.tar.gz
OFF_T -> OFF (more standard style)
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/include/_limits.h4
-rw-r--r--sys/ia64/include/limits.h4
2 files changed, 4 insertions, 4 deletions
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 */
OpenPOWER on IntegriCloud