mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
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:
2
utils.c
2
utils.c
@@ -496,7 +496,7 @@ int ast_false(const char *s)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Case-insensitive substring matching */
|
/* Case-insensitive substring matching */
|
||||||
#ifndef LINUX
|
#ifndef __linux__
|
||||||
static char *upper(const char *orig, char *buf, int bufsize)
|
static char *upper(const char *orig, char *buf, int bufsize)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
Reference in New Issue
Block a user