diff options
author | Emmanuel Dreyfus <manu@netbsd.org> | 2012-08-30 19:01:22 +0200 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-08-30 15:24:13 -0700 |
commit | b10eea2c44272bf491b670466430f4a6d1ac364b (patch) | |
tree | 34f4d8aaad97de4f3521e8982aea3c9aadf1d3dd /libglusterfs/src/compat.c | |
parent | a9ba00f5e4f9f00464c109bc41ec73725722f692 (diff) |
Add missing contrib/libgen files to distribution
BUG: 764655
Signed-off-by: Emmanuel Dreyfus <manu@netbsd.org>
Change-Id: I3f49eb4a1a186cb2d178539ada6a05c8c1aa8265
Reviewed-on: http://review.gluster.org/3882
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'libglusterfs/src/compat.c')
-rw-r--r-- | libglusterfs/src/compat.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libglusterfs/src/compat.c b/libglusterfs/src/compat.c index 2f02eeac544..eb6d8d4b7f1 100644 --- a/libglusterfs/src/compat.c +++ b/libglusterfs/src/compat.c @@ -543,10 +543,3 @@ strnlen(const char *string, size_t maxlen) return len; } #endif /* STRNLEN */ - -#ifdef THREAD_UNSAFE_BASENAME -#include "../../contrib/libgen/basename_r.c" -#endif -#ifdef THREAD_UNSAFE_DIRNAME -#include "../../contrib/libgen/dirname_r.c" -#endif |