]> err.no Git - varnish/commitdiff
SIZE_MAX is not spelled SIZE_T_MAX in polite company.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 16 Apr 2008 07:58:43 +0000 (07:58 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 16 Apr 2008 07:58:43 +0000 (07:58 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2630 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/storage_malloc.c

index 0319be923cdd9619a9bb76a69c05a903639211ea..eb63243157b6a1be0fcc344ef5cc6d01935441d9 100644 (file)
@@ -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 {