Gitweb links:

...log 
http://git.netsurf-browser.org/libnsfb.git/shortlog/51d3ee85de73949483af79671fe9075a10e405e3
...commit 
http://git.netsurf-browser.org/libnsfb.git/commit/51d3ee85de73949483af79671fe9075a10e405e3
...tree 
http://git.netsurf-browser.org/libnsfb.git/tree/51d3ee85de73949483af79671fe9075a10e405e3

The branch, master has been updated
       via  51d3ee85de73949483af79671fe9075a10e405e3 (commit)
      from  a7fd674ed8be30f50795f3feeace3e1626b67c56 (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/libnsfb.git/commit/?id=51d3ee85de73949483af79671fe9075a10e405e3
commit 51d3ee85de73949483af79671fe9075a10e405e3
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    try fixing the mkostemp header issue differently

diff --git a/src/surface/wld.c b/src/surface/wld.c
index 01bea75..51389b4 100644
--- a/src/surface/wld.c
+++ b/src/surface/wld.c
@@ -8,17 +8,14 @@
 
 #define _XOPEN_SOURCE 500
 
-#include <stdbool.h>
-
 /* deal with using -std=c99 and glibc changed to no have mkostemp with it set 
*/
 #ifndef _GNU_SOURCE
 #define _GNU_SOURCE
-#include <stdlib.h>
-#undef _GNU_SOURCE
-#else
-#include <stdlib.h>
 #endif
 
+#include <stdbool.h>
+#include <stdlib.h>
+#include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 


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

Summary of changes:
 src/surface/wld.c |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/surface/wld.c b/src/surface/wld.c
index 01bea75..51389b4 100644
--- a/src/surface/wld.c
+++ b/src/surface/wld.c
@@ -8,17 +8,14 @@
 
 #define _XOPEN_SOURCE 500
 
-#include <stdbool.h>
-
 /* deal with using -std=c99 and glibc changed to no have mkostemp with it set 
*/
 #ifndef _GNU_SOURCE
 #define _GNU_SOURCE
-#include <stdlib.h>
-#undef _GNU_SOURCE
-#else
-#include <stdlib.h>
 #endif
 
+#include <stdbool.h>
+#include <stdlib.h>
+#include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 


-- 
NetSurf Framebuffer library

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

Reply via email to