Remove SIZE_MAX from limits.h. It was added years ago before we
authormillert <millert@openbsd.org>
Thu, 30 Apr 2015 13:42:08 +0000 (13:42 +0000)
committermillert <millert@openbsd.org>
Thu, 30 Apr 2015 13:42:08 +0000 (13:42 +0000)
had a proper stdint.h.  No ports fallout.  OK guenther@ miod@

13 files changed:
sys/arch/alpha/include/limits.h
sys/arch/amd64/include/limits.h
sys/arch/arm/include/limits.h
sys/arch/hppa/include/limits.h
sys/arch/hppa64/include/limits.h
sys/arch/i386/include/limits.h
sys/arch/m88k/include/limits.h
sys/arch/mips64/include/limits.h
sys/arch/powerpc/include/limits.h
sys/arch/sh/include/limits.h
sys/arch/sparc/include/limits.h
sys/arch/sparc64/include/limits.h
sys/arch/vax/include/limits.h

index c99c830..eb2dc61 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: limits.h,v 1.13 2009/11/27 19:54:35 guenther Exp $    */
+/*     $OpenBSD: limits.h,v 1.14 2015/04/30 13:42:08 millert Exp $     */
 /*     $NetBSD: limits.h,v 1.2 1996/04/12 01:38:25 cgd Exp $   */
 
 /*
@@ -38,9 +38,6 @@
 #include <sys/cdefs.h>
 
 #if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef        SIZE_MAX
-#define        SIZE_MAX        ULONG_MAX       /* max value for a size_t */
-#endif
 #define        SSIZE_MAX       LONG_MAX        /* max value for a ssize_t */
 #endif
 
index a8c4a88..9840501 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: limits.h,v 1.5 2009/11/27 19:54:35 guenther Exp $     */
+/*     $OpenBSD: limits.h,v 1.6 2015/04/30 13:42:08 millert Exp $      */
 
 /*
  * Copyright (c) 1988 The Regents of the University of California.
@@ -37,9 +37,6 @@
 #include <sys/cdefs.h>
 
 #if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef        SIZE_MAX
-#define SIZE_MAX       ULONG_MAX       /* max value for a size_t */
-#endif
 #define SSIZE_MAX      LONG_MAX        /* max value for a ssize_t */
 #endif
 
index 1ef1441..497bff5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: limits.h,v 1.6 2013/08/07 15:33:59 kettenis Exp $     */
+/*     $OpenBSD: limits.h,v 1.7 2015/04/30 13:42:08 millert Exp $      */
 /*     $NetBSD: limits.h,v 1.4 2003/04/28 23:16:18 bjh21 Exp $ */
 
 /*
@@ -38,9 +38,6 @@
 #include <sys/cdefs.h>
 
 #if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef        SIZE_MAX
-#define        SIZE_MAX        ULONG_MAX       /* max value for a size_t */
-#endif
 #define        SSIZE_MAX       LONG_MAX        /* max value for a ssize_t */
 #endif
 
index 6cb0ea0..2b5d7cb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: limits.h,v 1.13 2013/08/07 15:34:00 kettenis Exp $    */
+/*     $OpenBSD: limits.h,v 1.14 2015/04/30 13:42:08 millert Exp $     */
 
 /*
  * Copyright (c) 1988, 1993
@@ -37,9 +37,6 @@
 #include <sys/cdefs.h>
 
 #if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef        SIZE_MAX
-#define        SIZE_MAX        ULONG_MAX       /* max value for a size_t */
-#endif
 #define        SSIZE_MAX       LONG_MAX        /* max value for a ssize_t */
 #endif
 
index 02cfa0d..648bcf7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: limits.h,v 1.5 2013/08/07 15:34:00 kettenis Exp $     */
+/*     $OpenBSD: limits.h,v 1.6 2015/04/30 13:42:08 millert Exp $      */
 
 /*
  * Copyright (c) 1988, 1993
@@ -37,9 +37,6 @@
 #include <sys/cdefs.h>
 
 #if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef        SIZE_MAX
-#define        SIZE_MAX        ULONG_MAX       /* max value for a size_t */
-#endif
 #define        SSIZE_MAX       LONG_MAX        /* max value for a ssize_t */
 #endif
 
index c43a3a5..ad7d8c2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: limits.h,v 1.13 2013/08/07 15:34:00 kettenis Exp $    */
+/*     $OpenBSD: limits.h,v 1.14 2015/04/30 13:42:08 millert Exp $     */
 /*     $NetBSD: limits.h,v 1.11 1995/12/21 01:08:59 mycroft Exp $      */
 
 /*
@@ -38,9 +38,6 @@
 #include <sys/cdefs.h>
 
 #if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef        SIZE_MAX
-#define        SIZE_MAX        ULONG_MAX       /* max value for a size_t */
-#endif
 #define        SSIZE_MAX       LONG_MAX        /* max value for a ssize_t */
 #endif
 
index 449e8a2..a4f30c0 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: limits.h,v 1.6 2013/08/07 15:34:01 kettenis Exp $ */
+/*     $OpenBSD: limits.h,v 1.7 2015/04/30 13:42:08 millert Exp $ */
 /*
  * Copyright (c) 1988, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -36,9 +36,6 @@
 #include <sys/cdefs.h>
 
 #if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef        SIZE_MAX
-#define        SIZE_MAX        ULONG_MAX       /* max value for a size_t */
-#endif
 #define        SSIZE_MAX       LONG_MAX        /* max value for a ssize_t */
 #endif
 
index cdb6d60..de58ee9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: limits.h,v 1.7 2011/03/23 16:54:36 pirofti Exp $      */
+/*     $OpenBSD: limits.h,v 1.8 2015/04/30 13:42:08 millert Exp $      */
 
 /*
  * Copyright (c) 1988, 1993
@@ -37,9 +37,6 @@
 #include <sys/cdefs.h>
 
 #if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef        SIZE_MAX
-#define        SIZE_MAX        ULONG_MAX       /* max value for a size_t */
-#endif
 #define        SSIZE_MAX       LONG_MAX        /* max value for a ssize_t */
 #endif
 
index e134f5e..edf7201 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: limits.h,v 1.17 2013/08/07 15:34:01 kettenis Exp $    */
+/*     $OpenBSD: limits.h,v 1.18 2015/04/30 13:42:08 millert Exp $     */
 /*     $NetBSD: limits.h,v 1.1 1996/09/30 16:34:28 ws Exp $    */
 
 /*-
@@ -38,9 +38,6 @@
 #include <sys/cdefs.h>
 
 #if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef        SIZE_MAX
-#define        SIZE_MAX        ULONG_MAX       /* max value for a size_t */
-#endif
 #define        SSIZE_MAX       LONG_MAX        /* max value for a ssize_t */
 #endif
 
index 1078ec4..cbc2cb5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: limits.h,v 1.3 2013/08/07 15:34:01 kettenis Exp $     */
+/*     $OpenBSD: limits.h,v 1.4 2015/04/30 13:42:08 millert Exp $      */
 /*     $NetBSD: limits.h,v 1.1 1996/09/30 16:34:28 ws Exp $    */
 
 /*-
@@ -38,9 +38,6 @@
 #include <sys/cdefs.h>
 
 #if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef        SIZE_MAX
-#define        SIZE_MAX        ULONG_MAX       /* max value for a size_t */
-#endif
 #define        SSIZE_MAX       LONG_MAX        /* max value for a ssize_t */
 #endif
 
index ca45199..184e41a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: limits.h,v 1.13 2013/08/07 15:34:02 kettenis Exp $    */
+/*     $OpenBSD: limits.h,v 1.14 2015/04/30 13:42:08 millert Exp $     */
 /*     $NetBSD: limits.h,v 1.7 1996/01/05 18:10:57 pk Exp $ */
 
 /*
@@ -35,9 +35,6 @@
 #include <sys/cdefs.h>
 
 #if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef        SIZE_MAX
-#define        SIZE_MAX        ULONG_MAX       /* max value for a size_t */
-#endif
 #define        SSIZE_MAX       LONG_MAX        /* max value for a ssize_t */
 #endif
 
index c980840..1d99cfb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: limits.h,v 1.10 2009/11/27 19:54:35 guenther Exp $    */
+/*     $OpenBSD: limits.h,v 1.11 2015/04/30 13:42:08 millert Exp $     */
 /*     $NetBSD: limits.h,v 1.8 2000/08/08 22:31:14 tshiozak Exp $ */
 
 /*
@@ -38,9 +38,6 @@
 #include <sys/cdefs.h>
 
 #if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef        SIZE_MAX
-#define        SIZE_MAX        ULONG_MAX       /* max value for a size_t */
-#endif
 #define        SSIZE_MAX       LONG_MAX        /* max value for a ssize_t */
 #endif
 
index f6fa08f..847cd9c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: limits.h,v 1.15 2013/08/07 15:34:02 kettenis Exp $    */
+/*     $OpenBSD: limits.h,v 1.16 2015/04/30 13:42:08 millert Exp $     */
 /*     $NetBSD: limits.h,v 1.9 2000/03/07 19:33:01 kleink Exp $        */
 
 /*
@@ -38,9 +38,6 @@
 #include <sys/cdefs.h>
 
 #if __POSIX_VISIBLE || __XPG_VISIBLE
-#ifndef        SIZE_MAX
-#define        SIZE_MAX        ULONG_MAX       /* max value for a size_t */
-#endif
 #define        SSIZE_MAX       LONG_MAX        /* max value for a ssize_t */
 #endif