diff options
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/include/limits.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hppa/include/limits.h b/sys/arch/hppa/include/limits.h index 6e4eb39566d..2addf98b443 100644 --- a/sys/arch/hppa/include/limits.h +++ b/sys/arch/hppa/include/limits.h @@ -1,4 +1,4 @@ -/* $OpenBSD: limits.h,v 1.11 2006/01/06 22:48:46 millert Exp $ */ +/* $OpenBSD: limits.h,v 1.12 2009/11/27 19:54:35 guenther Exp $ */ /* * Copyright (c) 1988, 1993 @@ -36,8 +36,6 @@ #include <sys/cdefs.h> -#define MB_LEN_MAX 6 /* Allow 31 bit UTF2 */ - #if __POSIX_VISIBLE || __XPG_VISIBLE #ifndef SIZE_MAX #define SIZE_MAX UINT_MAX /* max value for a size_t */ |