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
This commit is contained in:
Josh Roberson
2005-07-15 02:28:10 +00:00
parent b6486df40e
commit 937740bd89

View File

@@ -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;