projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8968d50
)
Trivial removal of unused variable when not on linux (bug #1753)
author
Mark Spencer
<markster@digium.com>
Mon, 31 May 2004 16:43:35 +0000
(16:43 +0000)
committer
Mark Spencer
<markster@digium.com>
Mon, 31 May 2004 16:43:35 +0000
(16:43 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3118
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
asterisk.c
patch
|
blob
|
history
diff --git
a/asterisk.c
b/asterisk.c
index
2243a97
..
e6e74ef
100755
(executable)
--- a/
asterisk.c
+++ b/
asterisk.c
@@
-898,7
+898,9
@@
static char *cli_prompt(EditLine *el)
int i;
struct timeval tv;
struct tm tm;
+#ifdef linux
FILE *LOADAVG;
+#endif
int fgcolor = COLOR_WHITE, bgcolor = COLOR_BLACK;
t++;