Gitweb links:

...log 
http://git.netsurf-browser.org/toolchains.git/shortlog/6313763917905a44ba3b7a64988168f5b598729d
...commit 
http://git.netsurf-browser.org/toolchains.git/commit/6313763917905a44ba3b7a64988168f5b598729d
...tree 
http://git.netsurf-browser.org/toolchains.git/tree/6313763917905a44ba3b7a64988168f5b598729d

The branch, chris/gcc6-os3 has been updated
       via  6313763917905a44ba3b7a64988168f5b598729d (commit)
      from  7208e56be4888cd8a28d7117fc7dd4b168f49889 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/toolchains.git/commit/?id=6313763917905a44ba3b7a64988168f5b598729d
commit 6313763917905a44ba3b7a64988168f5b598729d
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>

    ifndef

diff --git a/sdk/recipes/patches/openssl/e_os.h.p 
b/sdk/recipes/patches/openssl/e_os.h.p
index 26c68f6..cbcec55 100644
--- a/sdk/recipes/patches/openssl/e_os.h.p
+++ b/sdk/recipes/patches/openssl/e_os.h.p
@@ -4,7 +4,7 @@
  #    endif
  #    include <netinet/in.h>
  #    include <arpa/inet.h>
-+#    if defined(OPENSSL_SYS_AMIGAOS3)
++#    if !defined(OPENSSL_SYS_AMIGAOS3)
  #    include <netinet/tcp.h>
 +#    endif
  #   endif


-----------------------------------------------------------------------

Summary of changes:
 sdk/recipes/patches/openssl/e_os.h.p |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdk/recipes/patches/openssl/e_os.h.p 
b/sdk/recipes/patches/openssl/e_os.h.p
index 26c68f6..cbcec55 100644
--- a/sdk/recipes/patches/openssl/e_os.h.p
+++ b/sdk/recipes/patches/openssl/e_os.h.p
@@ -4,7 +4,7 @@
  #    endif
  #    include <netinet/in.h>
  #    include <arpa/inet.h>
-+#    if defined(OPENSSL_SYS_AMIGAOS3)
++#    if !defined(OPENSSL_SYS_AMIGAOS3)
  #    include <netinet/tcp.h>
 +#    endif
  #   endif


-- 
Cross-compilation toolchains and environments

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to