From 820b88c3389b59dce190e6846703c267d7113a63 Mon Sep 17 00:00:00 2001 From: Pavan Sondur Date: Wed, 30 Sep 2009 05:47:49 +0000 Subject: Make changes such that glusterfs builds with Werror and fix LONG_LONG_MAX definition. Signed-off-by: Anand V. Avati BUG: 289 (glusterfs does not build with Werror) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=289 --- argp-standalone/strcasecmp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'argp-standalone/strcasecmp.c') diff --git a/argp-standalone/strcasecmp.c b/argp-standalone/strcasecmp.c index bcad7a2268e..9c1637232fd 100644 --- a/argp-standalone/strcasecmp.c +++ b/argp-standalone/strcasecmp.c @@ -8,6 +8,7 @@ */ #include +int strcasecmp(const char *, const char *); int strcasecmp(const char *s1, const char *s2) { -- cgit