Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/8e8c75cfe308e2fff277fbb3043fa850211f79b8
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/8e8c75cfe308e2fff277fbb3043fa850211f79b8
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/8e8c75cfe308e2fff277fbb3043fa850211f79b8

The branch, master has been updated
       via  8e8c75cfe308e2fff277fbb3043fa850211f79b8 (commit)
      from  b6c149f3d68c6ae179b0f7917b0e7b85bf29aae5 (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/netsurf.git/commitdiff/8e8c75cfe308e2fff277fbb3043fa850211f79b8
commit 8e8c75cfe308e2fff277fbb3043fa850211f79b8
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Fix RO build.

diff --git a/utils/config.h b/utils/config.h
index b8c2950..60b8196 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -130,6 +130,8 @@ char *realpath(const char *path, char *resolved_path);
 /* windows */
 #if (defined(_WIN32))
 #define SSIZET_FMT "Iu"
+#elif (defined(riscos))
+#define SSIZET_FMT "zd"
 #else
 #define SSIZET_FMT "zd"
 #define O_BINARY 0


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

Summary of changes:
 utils/config.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/utils/config.h b/utils/config.h
index b8c2950..60b8196 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -130,6 +130,8 @@ char *realpath(const char *path, char *resolved_path);
 /* windows */
 #if (defined(_WIN32))
 #define SSIZET_FMT "Iu"
+#elif (defined(riscos))
+#define SSIZET_FMT "zd"
 #else
 #define SSIZET_FMT "zd"
 #define O_BINARY 0


-- 
NetSurf Browser

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

Reply via email to