From: phk Date: Wed, 16 Apr 2008 07:58:43 +0000 (+0000) Subject: SIZE_MAX is not spelled SIZE_T_MAX in polite company. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc01513dfff785bea4897b18df8e0fd687c9325a;p=varnish SIZE_MAX is not spelled SIZE_T_MAX in polite company. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2630 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/storage_malloc.c b/varnish-cache/bin/varnishd/storage_malloc.c index 0319be92..eb632431 100644 --- a/varnish-cache/bin/varnishd/storage_malloc.c +++ b/varnish-cache/bin/varnishd/storage_malloc.c @@ -43,7 +43,7 @@ #include "cache.h" #include "stevedore.h" -static size_t sma_max = SIZE_T_MAX; +static size_t sma_max = SIZE_MAX; static MTX sma_mtx; struct sma {