Re: On topic serf/NetWare

2011-03-21 Thread Greg Stein
Thanks, Norm! In the future, please send serf issues to
serf-...@googlegroups.com (cc'd).

We'll get this added before the next release.

Cheers,
-g

On Mon, Mar 21, 2011 at 19:10, NormW  wrote:
> Hi all,
> In serf src .\buckets\mmap_buckets.c :
>
> it needs something like :
>
>> @@ -16,6 +16,8 @@
>>  #include 
>>  #include 
>>
>> +#if APR_HAS_MMAP
>> +
>>  #include "serf.h"
>>  #include "serf_bucket_util.h"
>>
>> @@ -119,3 +121,6 @@
>>     serf_default_restore_snapshot,
>>     serf_default_is_snapshot_set,
>>  };
>> +
>> +#endif /* APR_HAS_MMAP */
>> +
>
> as not all (ahem) OS support mmap, as suggested by APR define.
>
> Regards,
> Norm
>


On topic serf/NetWare

2011-03-21 Thread NormW

Hi all,
In serf src .\buckets\mmap_buckets.c :

it needs something like :


@@ -16,6 +16,8 @@
 #include 
 #include 

+#if APR_HAS_MMAP
+
 #include "serf.h"
 #include "serf_bucket_util.h"

@@ -119,3 +121,6 @@
 serf_default_restore_snapshot,
 serf_default_is_snapshot_set,
 };
+
+#endif /* APR_HAS_MMAP */
+


as not all (ahem) OS support mmap, as suggested by APR define.

Regards,
Norm