From caac150b2b0f799a09cab7b3b49498b9dc7ec0e8 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Wed, 13 Mar 2013 01:05:54 -0400 Subject: Renamed TMP_MAX to GF_TMP_MAX to avoid namespace clash on OSX. (Just moving things along. I don't mean to step on any toes, but wasn't sure if I had confused things with my previous review comment.) Change-Id: I095abf751ef952ba6e225305ec5c2afc5e62ee95 BUG: 919953 Signed-off-by: Justin Clift Signed-off-by: Kaleb S. KEITHLEY Reviewed-on: http://review.gluster.org/4654 Tested-by: Gluster Build System Reviewed-by: Jeff Darcy --- libglusterfs/src/common-utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libglusterfs/src/common-utils.h') diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index d04df579b..48416460e 100644 --- a/libglusterfs/src/common-utils.h +++ b/libglusterfs/src/common-utils.h @@ -30,7 +30,6 @@ void trap (void); #define GF_UNIVERSAL_ANSWER 42 /* :O */ -#define TMP_MAX 238328 /* To solve type punned error */ #define VOID(ptr) ((void **) ((void *) ptr)) -- cgit