Applied, thanks.

Mike Lambert

Jarkko Hietaniemi wrote:

> Date: Fri, 02 Aug 2002 15:03:21 GMT
> From: Jarkko Hietaniemi <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: [perl #15943] [PATCH] UNICOS/mk vs dynaloading continues
> Resent-Date: 2 Aug 2002 15:03:21 -0000
> Resent-From: [EMAIL PROTECTED]
> Resent-To: [EMAIL PROTECTED]
>
> # New Ticket Created by  Jarkko Hietaniemi
> # Please include the string:  [perl #15943]
> # in the subject line of all future correspondence about this issue.
> # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=15943 >
>
>
> Sorry, I missed this patch hunk from #15880 (but I still think
> eventually the dynaloading should be separated from the generic
> "platform"):
>
> --- config/gen/platform/generic.c.dist        2002-08-02 17:58:47.000000000 +0300
> +++ config/gen/platform/generic.c     2002-08-02 17:59:24.000000000 +0300
> @@ -4,7 +4,9 @@
>
>  #include <time.h>
>  #include <sys/time.h>
> -#include <dlfcn.h>
> +#ifdef HAS_HEADER_DLFCN
> +#   include <dlfcn.h>
> +#endif
>
>  #include "parrot/parrot.h"
>
> --
> $jhi++; # http://www.iki.fi/jhi/
>         # There is this special biologist word we use for 'stable'.
>         # It is 'dead'. -- Jack Cohen
>
>
>

Reply via email to