summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/limits.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/include/limits.h')
-rw-r--r--sys/arch/mvme88k/include/limits.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/include/limits.h b/sys/arch/mvme88k/include/limits.h
index a7282193b74..87b56260be1 100644
--- a/sys/arch/mvme88k/include/limits.h
+++ b/sys/arch/mvme88k/include/limits.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)limits.h 8.3 (Berkeley) 1/4/94
- * $Id: limits.h,v 1.4 1997/07/24 14:48:51 deraadt Exp $
+ * $Id: limits.h,v 1.5 1998/03/22 21:15:18 millert Exp $
*/
#ifndef _MACHINE_LIMITS_H_
@@ -75,6 +75,9 @@
#if !defined(_POSIX_SOURCE)
#define SIZE_T_MAX UINT_MAX /* max value for a size_t */
+#define UID_MAX UINT_MAX /* max value for a uid_t */
+#define GID_MAX UINT_MAX /* max value for a gid_t */
+
/* GCC requires that quad constants be written as expressions. */
#define UQUAD_MAX ((u_quad_t)0-1) /* max value for a uquad_t */
/* max value for a quad_t */