On Jul 17, 2007, at 7:52 PM, Michael Johnson wrote:


On Jul 17, 2007, at 7:24 PM, Brad Fitzpatrick wrote:

Forwarding this on....

If anybody wants to review/commit.

-#ifdef HAVE_MALLOC_H
-/* OpenBSD has a malloc.h, but warns to use stdlib.h instead */
-#ifndef __OpenBSD__
 #include <malloc.h>
-#endif
-#endif

this shouldn't be removed since BSD's and others have malloc.h
but error to include stdlib.h instead.


also just curious why not just use stdlib.h instead of malloc.h?


---------- Forwarded message ----------
Date: Tue, 17 Jul 2007 15:53:01 +0100
From: Andy White <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: memcache

Hi Brad,

I downloaded memcached earlier today and spent a little bit of time
fixing it and getting it to compile on my solaris platform.

I've probably taken out and changed more than I need to and I apologise if I've completely missed off how to go about submitting any form of patches
or missed whether this has been resolved before.

I'll attach the patch. It seems to pass "make test".

It needs tidying up a bit and I'm more than happy to do that if you think
it'll be useful.

If there's anything else I can do to help you at all, please let me know.

I also apologise in advance if I'm just wasting your time.

Kind regards,

Andy<memcache-patch>


Attachment: PGP.sig
Description: This is a digitally signed message part

Reply via email to