From 937740bd899f25c1f61a186a8521a924d2336789 Mon Sep 17 00:00:00 2001 From: Josh Roberson Date: Fri, 15 Jul 2005 02:28:10 +0000 Subject: [PATCH] Fix breakage caused by bug #4669. Next time let's test the build on linux before commiting a portability patch ;) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6134 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.c b/utils.c index 72b7f9be61..b8891d417c 100755 --- a/utils.c +++ b/utils.c @@ -496,7 +496,7 @@ int ast_false(const char *s) } /* Case-insensitive substring matching */ -#ifndef LINUX +#ifndef __linux__ static char *upper(const char *orig, char *buf, int bufsize) { int i;