Good morning All from Au,
Attached (and below) is a _very_ simple patch for your consideration to add to ne_defs.h. Small in size and zero in impact for other users, it is the only change needed to the Neon source to build it for the NetWare OS.

The diff -u patch is made against current neon svn /trunk/.

This patch was initially raised by G.Knauf, but due to the pressure of of 'paying' work and multiple Open Source projects, it's 'advancement' or the current status of its acceptance was 'lost'. Since I also build Subversion for NetWare, I too have a 'vested interest' in minimising the patches needed new Neon and/or Subversion packages are released.

Thanks in advance for your time and consideration.
Regards,
Norm
-------------------
--- ne_defs.h.orig      2006-10-25 05:40:09.251818000 +1000
+++ ne_defs.h   2007-02-03 09:42:04.640625000 +1100
@@ -45,6 +45,11 @@
 #define ssize_t int
 #endif

+/* define time_t for NetWare */
+#ifdef NETWARE
+#include <time.h>
+#endif
+
 #ifdef __GNUC__
 #if __GNUC__ >= 3
 #define ne_attribute_malloc __attribute__((malloc))
---------------------
--- ne_defs.h.orig      2006-10-25 05:40:09.251818000 +1000
+++ ne_defs.h   2007-02-03 09:42:04.640625000 +1100
@@ -45,6 +45,11 @@
 #define ssize_t int
 #endif
 
+/* define time_t for NetWare */
+#ifdef NETWARE
+#include <time.h>
+#endif
+
 #ifdef __GNUC__
 #if __GNUC__ >= 3
 #define ne_attribute_malloc __attribute__((malloc))
_______________________________________________
neon mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/neon

Reply via email to