Gitweb links:

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

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

    set posix define to make PATH_MAX available

diff --git a/atari/osspec.c b/atari/osspec.c
index 6dcc34b..455c284 100644
--- a/atari/osspec.c
+++ b/atari/osspec.c
@@ -1,3 +1,5 @@
+#define __USE_POSIX
+
 #include <sys/types.h>
 #include <limits.h>
 #include <stdlib.h>


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

Summary of changes:
 atari/osspec.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/atari/osspec.c b/atari/osspec.c
index 6dcc34b..455c284 100644
--- a/atari/osspec.c
+++ b/atari/osspec.c
@@ -1,3 +1,5 @@
+#define __USE_POSIX
+
 #include <sys/types.h>
 #include <limits.h>
 #include <stdlib.h>


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