Fix compile of exim_monitor
authorPhil Pennock <pdp@exim.org>
Thu, 5 May 2011 01:41:58 +0000 (21:41 -0400)
committerPhil Pennock <pdp@exim.org>
Thu, 5 May 2011 01:41:58 +0000 (21:41 -0400)
commitad2f0c19ffa5056fee65fdc36554e35ed1b86db8
tree09b6f734d8f567bd4e6815d27d086507a444b2ad
parent337e3505b0e6cd4309db6bf6062b33fa56e06cf8
Fix compile of exim_monitor

The "Compiler masochism compliance" patch changed the log_write()
prototype to use "const char *" instead of "char *"; I don't have X11 on
my main box, so neglected to handle exim_monitor's duplicate definition
of log_write().

Fixes bug 1107
src/exim_monitor/em_main.c