[Asterisk-cvs] asterisk asterisk.c,1.87,1.88

markster at lists.digium.com markster at lists.digium.com
Mon May 31 12:27:44 CDT 2004


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

Modified Files:
	asterisk.c 
Log Message:
Trivial removal of unused variable when not on linux (bug #1753)


Index: asterisk.c
===================================================================
RCS file: /usr/cvsroot/asterisk/asterisk.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- asterisk.c	15 May 2004 15:40:08 -0000	1.87
+++ asterisk.c	31 May 2004 16:43:35 -0000	1.88
@@ -898,7 +898,9 @@
 				int i;
 				struct timeval tv;
 				struct tm tm;
+#ifdef linux
 				FILE *LOADAVG;
+#endif
 				int fgcolor = COLOR_WHITE, bgcolor = COLOR_BLACK;
 
 				t++;




More information about the svn-commits mailing list