Gitweb links:

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

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

    addjust posix feature level for openbsd 6 build

diff --git a/frontends/framebuffer/Makefile b/frontends/framebuffer/Makefile
index 15888ae..9537b5c 100644
--- a/frontends/framebuffer/Makefile
+++ b/frontends/framebuffer/Makefile
@@ -24,7 +24,7 @@ CFLAGS += -std=c99 -g -Dsmall \
          -D_BSD_SOURCE \
          -D_DEFAULT_SOURCE \
          -D_XOPEN_SOURCE=600 \
-         -D_POSIX_C_SOURCE=200112L
+         -D_POSIX_C_SOURCE=200809L
 
 LDFLAGS += -lm
 


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

Summary of changes:
 frontends/framebuffer/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontends/framebuffer/Makefile b/frontends/framebuffer/Makefile
index 15888ae..9537b5c 100644
--- a/frontends/framebuffer/Makefile
+++ b/frontends/framebuffer/Makefile
@@ -24,7 +24,7 @@ CFLAGS += -std=c99 -g -Dsmall \
          -D_BSD_SOURCE \
          -D_DEFAULT_SOURCE \
          -D_XOPEN_SOURCE=600 \
-         -D_POSIX_C_SOURCE=200112L
+         -D_POSIX_C_SOURCE=200809L
 
 LDFLAGS += -lm
 


-- 
NetSurf Browser

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

Reply via email to