Re: [exim-dev] 4.85 does not compile?

Góra strony
Delete this message
Reply to this message
Autor: Jeremy Harris
Data:  
Dla: exim-dev
CC: jgh
Temat: Re: [exim-dev] 4.85 does not compile?
On 20/03/15 15:30, Heiko Schlittermann wrote:
> Hello,
>
> trying to compile the latest git checkout


You're right, and you're not stupid. That's
my department. I'll push the fix as soon as
I can get to a machine with facilities; it
needs oneline obvious changes in two places
(attached).
--
Cheers,
Jeremy

diff --git a/src/src/transport.c b/src/src/transport.c
index 7b3d469..c768736 100644
--- a/src/src/transport.c
+++ b/src/src/transport.c
@@ -1632,8 +1632,6 @@ Arguments:
 Returns:             TRUE if new_message_id set; FALSE otherwise
 */


-typedef struct msgq_s msgq_t;
-
 typedef struct msgq_s
 {
     uschar  message_id [MESSAGE_ID_LENGTH + 1];
diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c
index 446b370..3c98322 100644
--- a/src/src/transports/smtp.c
+++ b/src/src/transports/smtp.c
@@ -251,8 +251,8 @@ smtp_transport_options_block smtp_transport_option_defaults = {
   NULL,               /* expand_retry_include_ip_address */
   TRUE                 /* retry_include_ip_address */
 #ifdef EXPERIMENTAL_SOCKS
-#endif
  ,NULL                 /* socks_proxy */
+#endif
 #ifdef SUPPORT_TLS
  ,NULL,                /* tls_certificate */
   NULL,                /* tls_crl */