diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2013-03-13 01:05:54 -0400 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-03-13 10:33:02 -0700 |
commit | caac150b2b0f799a09cab7b3b49498b9dc7ec0e8 (patch) | |
tree | 4c495fde4fe9e50e57c700f76b615b071644f9bc /libglusterfs/src/common-utils.h | |
parent | ac524f5907058f96eb68ffe0503f60a37c0a5dc8 (diff) |
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 <jclift@redhat.com>
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/4654
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'libglusterfs/src/common-utils.h')
-rw-r--r-- | libglusterfs/src/common-utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index d04df579b53..48416460e45 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)) |