[Asterisk-cvs] asterisk utils.c,1.54,1.55

twisted at lists.digium.com twisted at lists.digium.com
Thu Jul 14 22:20:21 CDT 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv6664

Modified Files:
	utils.c 
Log Message:
Fix breakage caused by bug #4669.  Next time let's test the build on 
linux before commiting a portability patch ;)



Index: utils.c
===================================================================
RCS file: /usr/cvsroot/asterisk/utils.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- utils.c	15 Jul 2005 00:39:01 -0000	1.54
+++ utils.c	15 Jul 2005 02:28:10 -0000	1.55
@@ -496,7 +496,7 @@
 }
 
 /* Case-insensitive substring matching */
-#ifndef LINUX
+#ifndef __linux__ 
 static char *upper(const char *orig, char *buf, int bufsize)
 {
 	int i;




More information about the svn-commits mailing list