From a0766eca270390c2181c7f31f27f93629b19f4a5 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 4 Dec 2008 21:07:29 +0000 Subject: [PATCH] * Build on Debian 4.0 (GCC 4.1.1). --- src/libstore/store-api.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstore/store-api.cc b/src/libstore/store-api.cc index bd330a6da9..e80be1e68c 100644 --- a/src/libstore/store-api.cc +++ b/src/libstore/store-api.cc @@ -7,7 +7,7 @@ /* Needed for some ancient environments. */ #ifndef ULLONG_MAX -#define ULLONG_MAX 18446744073709551615 +#define ULLONG_MAX 18446744073709551615ULL #endif