aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-08-15 19:50:59 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-08-15 19:50:59 +0000
commit2a54e09dff927af1de0f92ba7f9707ae3dc0db96 (patch)
tree198dcf316fcd1feab8b94b9f89d86f1f24c71f83 /sys/alpha/include
parentd89c83bef12ed9db533f6f198008401d5123ac01 (diff)
Notes
Diffstat (limited to 'sys/alpha/include')
-rw-r--r--sys/alpha/include/_limits.h4
-rw-r--r--sys/alpha/include/limits.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/alpha/include/_limits.h b/sys/alpha/include/_limits.h
index 8f433c3d74f3e..fd45e352ef33f 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 8f433c3d74f3e..fd45e352ef33f 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 */