aboutsummaryrefslogtreecommitdiffstats
path: root/utils.c
diff options
context:
space:
mode:
authortwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-15 02:28:10 +0000
committertwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-15 02:28:10 +0000
commit2b92e31a0e5d125a57d2273d48838eb70378677b (patch)
treeee2d5cfac6c946ea56ca381c984c8f59d324f0d2 /utils.c
parent4903f50fe80f104312ba89e7481ceedd49f39fd8 (diff)
Fix breakage caused by bug #4669. Next time let's test the build on
linux before commiting a portability patch ;) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6134 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils.c')
-rwxr-xr-xutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index 72b7f9be6..b8891d417 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;