On 21.05.2012 06:27, Edward O'Callaghan wrote:
> Signed-off-by: Edward O'Callaghan <[email protected]>
> ---
>  common/util.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/common/util.h b/common/util.h
> index 920b85f..ce004ed 100644
> --- a/common/util.h
> +++ b/common/util.h
> @@ -32,7 +32,7 @@
>  #include <assert.h>
>  #include <stdio.h>
>  
> -#if !(defined (__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__))
> +#if !(defined (__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)) 
> || defined (__DragonFly__))
>  #include <alloca.h>
>  #endif
>  

Oh and:

common/util.h:35:103: error: missing '(' in expression

Makes me wonder how well-tested this patch is... :-P

Uli
-- 
Bitte nicht mit dem verbleibenden Auge in den Laser gucken.
 - Vincent Ebert

-- 
To unsubscribe, send mail to [email protected].

Reply via email to