[exim-cvs] Fix compile errors

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Fix compile errors
Gitweb: http://git.exim.org/exim.git/commitdiff/b8bf753b7092246e03152e934d7e92c5db80dca1
Commit:     b8bf753b7092246e03152e934d7e92c5db80dca1
Parent:     a39bd74d3e942db1b465cae643e1a4766ffb304e
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Mon Mar 23 21:28:25 2015 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Mon Mar 23 21:29:09 2015 +0000


    Fix compile errors
---
 src/src/transport.c       |    2 --
 src/src/transports/smtp.c |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)


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 */