- removed useradd/group add stdout redirection - def attr for anyterm-httpd subpkg - slight rewording and other trivial tasks Tue Jul 14 2009 <mmorsi@redhat.com> - 1.1.29-7 - removed useradd/group add stderr redirection - used all macros where i could - create httpd subpackage for anyterm/httpd integration Mon Jul 13 2009 <mmorsi@redhat.com> - 1.1.29-6 - fixed location of %%doc macro, and resolved other macro issues - moved anyterm-cmd from bindir to libexecdir/anyterm Thu Jul 09 2009 <mmorsi@redhat.com> - 1.1.29-5 - added CFLAGS / CXXFLAGS to pick up RPM_OPT_FLAGS Tue Jul 07 2009 <mmorsi@redhat.com> - 1.1.29-4 - removed pbuild - removed executable stack (requires prelink/execstack) Thu Apr 09 2009 <mmorsi@redhat.com> - 1.1.29-3 - updated spec / init based on rpmlint output Wed Apr 08 2009 <mmorsi@redhat.com> - 1.1.29-2 - Serve static content via apache - Use 1.1.29 release and newly added patches Mon Mar 16 2009 <mmorsi@redhat.com> - 1.1.29-1 - Initial checkout and build.
12 lines
299 B
Diff
12 lines
299 B
Diff
Index: src/SmtpClient.cc
|
|
===================================================================
|
|
--- src/SmtpClient.cc (revision 4996)
|
|
+++ src/SmtpClient.cc (working copy)
|
|
@@ -22,6 +22,7 @@
|
|
|
|
#include <syslog.h>
|
|
#include <unistd.h>
|
|
+#include <stdio.h>
|
|
|
|
#ifdef __OpenBSD__
|
|
// Is this really needed?
|